add i386 windows build
This commit is contained in:
parent
df097c3023
commit
f0ee057fbd
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -57,6 +57,8 @@ jobs:
|
||||
include:
|
||||
- os: windows-latest
|
||||
arch: ia32
|
||||
- os: windows-latest
|
||||
arch: i386
|
||||
- os: ubuntu-latest
|
||||
arch: armv7l
|
||||
# Publishing artifacts for multiple Windows architectures has
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "zpl-printer",
|
||||
"productName": "Zpl Printer",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "Printer emulator for zpl rendering engine.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "electron-forge start",
|
||||
"start": "NODE_ENV=development electron-forge start",
|
||||
"package": "electron-forge package",
|
||||
"make": "electron-forge make",
|
||||
"publish": "electron-forge publish"
|
||||
@ -15,7 +15,7 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/MrL0co/ZplPrinter.git"
|
||||
},
|
||||
"author": "MrL0co <beheer.loco@gmail.com>",
|
||||
"author": "Gowthaman Basuvaraj <techie2go@gmail.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/MrL0co/ZplPrinter/issues"
|
||||
@ -29,7 +29,7 @@
|
||||
"@electron-forge/maker-zip": "^6.0.0-beta.67",
|
||||
"@electron-forge/publisher-github": "^6.0.0-beta.67",
|
||||
"@rabbitholesyndrome/electron-forge-maker-portable": "^0.1.1",
|
||||
"electron": "^21.1.0"
|
||||
"electron": "22.3.23"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "3.3.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user