diff options
author | redsky17 <joedonofry@gmail.com> | 2019-02-08 03:20:03 +0000 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-02-08 03:20:03 +0000 |
commit | fa6bc6a466afe509e1098b04f0bcf4a18b3abbf5 (patch) | |
tree | 420c1af66909799f43e51a2f38e2e50e60ff5d87 /.ci | |
parent | Improve color generation performance (diff) | |
download | nheko-fa6bc6a466afe509e1098b04f0bcf4a18b3abbf5.tar.xz |
Tweak build settings
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/macos/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/deploy.sh b/.ci/macos/deploy.sh index 03d377bc..79701243 100755 --- a/.ci/macos/deploy.sh +++ b/.ci/macos/deploy.sh @@ -15,7 +15,7 @@ export ICU_LIB="$(brew --prefix icu4c)/lib" mkdir -p nheko.app/Contents/Frameworks find ${ICU_LIB} -type l -name "*.dylib" -exec cp -a -n {} nheko.app/Contents/Frameworks/ \; || true -sudo macdeployqt nheko.app -dmg +sudo macdeployqt nheko.app -dmg -always-overwrite user=$(id -nu) sudo chown ${user} nheko.dmg |