We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8706583 commit fcc2179Copy full SHA for fcc2179
winconf.js
@@ -6,8 +6,8 @@ const PackageData = require('./package.json');
6
const { readFileSync, writeFileSync } = require('fs');
7
8
const options = {
9
- in: './ee-dist/mailauth-app-win-x64.exe',
10
- out: './ee-dist/mailauth-app-win-x64.exe',
+ in: './ee-dist/mailauth-win-x64.exe',
+ out: './ee-dist/mailauth-win-x64.exe',
11
version: PackageData.version,
12
properties: {
13
LegalCopyright: 'Postal Systems OÜ',
0 commit comments