Skip to content

Commit 923638e

Browse files
committed
remove version from filename
1 parent 6f5fad7 commit 923638e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

electron-builder.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"icon": "dist/Pictures/electron-logo.ico",
28-
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
28+
"artifactName": "${productName}-${os}-${arch}.${ext}",
2929
"extraFiles": [
3030
{ "from": "node_modules/steamworks.js/dist/win64/steam_api64.dll", "to": "." }
3131
]
@@ -53,7 +53,7 @@
5353
],
5454
"icon": "build/icon.icns",
5555
"category": "public.app-category.games",
56-
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
56+
"artifactName": "${productName}-${os}-${arch}.${ext}",
5757
"extraFiles": [
5858
{ "from": "node_modules/steamworks.js/dist/osx/libsteam_api.dylib", "to": "." }
5959
],
@@ -77,7 +77,7 @@
7777
],
7878
"icon": "build/icons",
7979
"category": "Game",
80-
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
80+
"artifactName": "${productName}-${os}-${arch}.${ext}",
8181
"extraFiles": [
8282
{ "from": "node_modules/steamworks.js/dist/linux64/libsteam_api.so", "to": "." }
8383
]

0 commit comments

Comments
 (0)