This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
name: Manual Windows Release
|
name: Windows Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'electron-app/package.json'
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
@@ -36,7 +41,7 @@ jobs:
|
|||||||
run: npx electron-builder --win portable --config electron-builder.yml
|
run: npx electron-builder --win portable --config electron-builder.yml
|
||||||
|
|
||||||
- name: Upload Windows portable artifact
|
- name: Upload Windows portable artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rmtPocketWatcher-Windows-Portable
|
name: rmtPocketWatcher-Windows-Portable
|
||||||
path: electron-app/release/rmtPocketWatcher-*.exe
|
path: electron-app/release/rmtPocketWatcher-*.exe
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ win:
|
|||||||
target:
|
target:
|
||||||
- portable
|
- portable
|
||||||
artifactName: ${productName}-${version}-${arch}.${ext}
|
artifactName: ${productName}-${version}-${arch}.${ext}
|
||||||
icon: build/icon.ico
|
icon: null
|
||||||
mac:
|
mac:
|
||||||
target:
|
target:
|
||||||
- dmg
|
- dmg
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rmtpocketwatcher",
|
"name": "rmtpocketwatcher",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Real-time AUEC price tracking desktop application",
|
"description": "Real-time AUEC price tracking desktop application",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/main/index.js",
|
"main": "dist/main/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user