mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 12:51:47 -03:00
fix: fix build tar.zst for arch
This commit is contained in:
10
package.json
10
package.json
@@ -114,11 +114,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "build/icon.png",
|
"icon": "build/icon.png",
|
||||||
"category": "Game"
|
"category": "Game",
|
||||||
},
|
"pacman": {
|
||||||
"pacman": {
|
"compression": "zstd",
|
||||||
"compression": "zstd",
|
"artifactName": "${productName}-${version}-${arch}.pkg.tar.zst"
|
||||||
"artifactName": "${productName}-${version}-${arch}.pkg.tar.zst"
|
}
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|||||||
Reference in New Issue
Block a user