We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f0195 commit 51faeaeCopy full SHA for 51faeae
doExe.mjs
@@ -5,7 +5,7 @@ const build = exe({
5
entry: './dist/main.js',
6
out: './build/fbw-simbridge.exe',
7
pkg: ['-C', 'GZip', '-c', './package.json'], // Specify extra pkg arguments
8
- version: '0.6.1',
+ version: '0.6.2',
9
target: 'node18-win-x64',
10
icon: './apps/server/src/assets/images/tail.ico',
11
properties: {
0 commit comments