Skip to content

Commit

Permalink
fix: fix scripts/release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Jun 17, 2024
1 parent 855a47a commit 7ba3fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

node -e "require('fs').writeFileSync('package.json', JSON.stringify({ ...require('./package.json'), version: '${$1}' }, null, 2));"
node -e "require('fs').writeFileSync('package.json', JSON.stringify({ ...require('./package.json'), version: '$1' }, null, 2));"
yarn electron-builder --mac --win

0 comments on commit 7ba3fc4

Please sign in to comment.