Skip to content

Commit

Permalink
Use versioning in windows_x86.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Aug 29, 2023
1 parent a9093b7 commit 6059ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"format-check": "prettier --check \"src/**/*.ts\" \"src/**/*.tsx\"",
"version": "cross-var replace '\\d+\\.\\d+\\.\\d+' $npm_package_version manifest.json && git add manifest.json",
"version": "cross-var replace '\\d+\\.\\d+\\.\\d+' $npm_package_version manifest.json native/install/windows_x86.nsi && git add .",
"build": "gulp build",
"build:dev": "gulp build:dev",
"watch": "gulp watch",
Expand Down

0 comments on commit 6059ffc

Please sign in to comment.