Skip to content

Commit

Permalink
feat: added arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa committed Mar 11, 2024
1 parent 3f2a44f commit 975b9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ytmdesktop2",
"version": "0.11.8",
"version": "0.11.9",
"private": false,
"author": "Venipa <admin@venipa.net>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const builderOptions = {
publish: ["github"],
appId: "net.venipa.ytmdesktop",
productName: "YouTube Music for Desktop",
artifactName: "${productName}-${arch}-${platform}.${ext}",
artifactName: "${productName}-${version}_${arch}.${ext}",
extraMetadata: {
name: "YouTube Music for Desktop",
},
Expand Down

0 comments on commit 975b9e4

Please sign in to comment.