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