diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2021-02-25 10:00:55 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-03-10 00:34:30 +0100 |
commit | 21b494b1407996c3609ecd65b6027ccec514b1a8 (patch) | |
tree | 9c842e22ceafd315e77c5097b1f3e74e45118eb4 /patches | |
parent | 6465eeeeb1c3c46644384adb56d94c534b9983af (diff) |
Add Apple Silicon support
Diffstat (limited to 'patches')
-rw-r--r-- | patches/app-builder-lib+22.10.5.patch (renamed from patches/app-builder-lib+22.7.0.patch) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/app-builder-lib+22.7.0.patch b/patches/app-builder-lib+22.10.5.patch index ede1193..adc0eab 100644 --- a/patches/app-builder-lib+22.7.0.patch +++ b/patches/app-builder-lib+22.10.5.patch @@ -1,8 +1,8 @@ diff --git a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js -index 1ff7e89..9442d28 100644 +index 0e56a1c..91180fc 100644 --- a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js +++ b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js -@@ -135,7 +135,7 @@ class LinuxTargetHelper { +@@ -134,7 +134,7 @@ class LinuxTargetHelper { exec += executableArgs.join(" "); } |