Running build scripts on windows for the first time in a while.
This commit is contained in:
parent
b702929e1f
commit
4a1bf417a4
|
@ -1,5 +1,5 @@
|
|||
const { MSICreator } = require('electron-wix-msi');
|
||||
const package = require('package.json')
|
||||
const package = require('../package.json')
|
||||
|
||||
// Step 1: Instantiate the MSICreator
|
||||
const msiCreator = new MSICreator({
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
./node_modules/.bin/electron-packager . mcopy --overwrite --platform=win32 --arch=x64 --icon=assets/icons/icon.ico --prune=true --out=../dist --version-string.CompanyName="sixteenmillimeter.com" --version-string.FileDescription="Open Source Optical Printer Platform" --version-string.ProductName="mcopy"
|
||||
|
||||
mkdir ../dist/installers
|
||||
mkdir -p ../dist/installers
|
||||
|
||||
node ./scripts/build_win.js
|
Loading…
Reference in New Issue