Make installer executable (Closes #1416) (#1418)

This commit is contained in:
2026-02-10 05:57:16 -08:00
parent 5be32e32ac
commit 3984b5a66d
+2
View File
@@ -136,6 +136,7 @@ jobs:
run: |
chmod +x Publish/Daybreak
chmod +x Publish/Daybreak.Wayland.sh
chmod +x Publish/Installer/Daybreak.Installer
- name: Upload Linux build
uses: actions/upload-artifact@v6
@@ -209,6 +210,7 @@ jobs:
find . -name '*.pdb' -delete
find . -name '*.dbg' -delete
if [ -f Installer/Daybreak.Installer ]; then
chmod +x Installer/Daybreak.Installer
mv Installer/Daybreak.Installer Installer/Daybreak.Installer.Temp
fi
chmod +x Daybreak Daybreak.Wayland.sh