summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-02-08 03:20:03 +0000
committerredsky17 <joedonofry@gmail.com>2019-02-08 03:20:03 +0000
commitfa6bc6a466afe509e1098b04f0bcf4a18b3abbf5 (patch)
tree420c1af66909799f43e51a2f38e2e50e60ff5d87 /.ci
parent13663ad5f894f035a47efd5704e84f07d68b3df2 (diff)
Tweak build settings
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/macos/deploy.sh2
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