Skip to content

Commit fcc2179

Browse files
committed
Fixed winconf
1 parent 8706583 commit fcc2179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

winconf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const PackageData = require('./package.json');
66
const { readFileSync, writeFileSync } = require('fs');
77

88
const options = {
9-
in: './ee-dist/mailauth-app-win-x64.exe',
10-
out: './ee-dist/mailauth-app-win-x64.exe',
9+
in: './ee-dist/mailauth-win-x64.exe',
10+
out: './ee-dist/mailauth-win-x64.exe',
1111
version: PackageData.version,
1212
properties: {
1313
LegalCopyright: 'Postal Systems OÜ',

0 commit comments

Comments
 (0)