Skip to content

Commit

Permalink
chore: update version to 0.6.2 for exe (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl authored Nov 14, 2024
1 parent 08f0195 commit 51faeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doExe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const build = exe({
entry: './dist/main.js',
out: './build/fbw-simbridge.exe',
pkg: ['-C', 'GZip', '-c', './package.json'], // Specify extra pkg arguments
version: '0.6.1',
version: '0.6.2',
target: 'node18-win-x64',
icon: './apps/server/src/assets/images/tail.ico',
properties: {
Expand Down

0 comments on commit 51faeae

Please sign in to comment.