summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
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