mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 09:21:48 -03:00
Merge branch 'develop' into fix/v2.2.0-failed-release
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
sudo -u builder bash << 'EOF'
|
||||
set -e
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
makepkg -s --noconfirm
|
||||
makepkg -sS --noconfirm
|
||||
EOF
|
||||
|
||||
- name: Fix permissions for upload
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
"build": {
|
||||
"appId": "com.hytalef2p.launcher",
|
||||
"productName": "Hytale F2P Launcher",
|
||||
"artifactName": "${name}_${version}_${arch}.${ext}",
|
||||
"artifactName": "${name}_${version}.${ext}",
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
@@ -101,6 +101,7 @@
|
||||
}
|
||||
],
|
||||
"icon": "build/icon.icns",
|
||||
"artifactName": "${name}_${version}_${arch}.${ext}",
|
||||
"category": "public.app-category.games"
|
||||
},
|
||||
"nsis": {
|
||||
|
||||
Reference in New Issue
Block a user