kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
0215ed51d1
commit
5b2e6f0e13
|
@ -35,7 +35,9 @@ jobs:
|
|||
windows_certs_password: ${{ secrets.WIN_CSC_PASSWORD }}
|
||||
mac_certs: ${{ secrets.mac_certs }}
|
||||
mac_certs_password: ${{ secrets.mac_certs_password }}
|
||||
release: true
|
||||
#release: true
|
||||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
||||
env:
|
||||
# macOS notarization API key
|
||||
API_KEY_ID: ${{ secrets.api_key_id }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
v1.0.299: Updated GitHubActions to only build on tagged releases
|
||||
v1.0.298: Added Keyboard shortcuts for in/decrease Jog Speed
|
||||
v1.0.297: Changed package.json for GitHub Actions / Electron Updater bug
|
||||
v1.0.296: Job Time fix, Added Job Log, Removed Job Complete dialog
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "OpenBuildsCONTROL",
|
||||
"version": "1.0.298",
|
||||
"version": "1.0.299",
|
||||
"license": "AGPL-3.0",
|
||||
"description": "OpenBuildsCONTROL CNC Machine Interface Software",
|
||||
"author": "github.com/openbuilds <support@openbuilds.com>",
|
||||
|
@ -35,10 +35,8 @@
|
|||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "echo \"Please run 'npm run dist' to create a local installer\" ",
|
||||
"test": "echo \"Error: no test specified\" && exit 0",
|
||||
"dist": "electron-builder --ia32 --x64",
|
||||
"postinstall": "electron-builder install-app-deps"
|
||||
"start": "echo \"Error: no start script specified\" && exit 0",
|
||||
"test": "echo \"Error: no test specified\" && exit 0"
|
||||
},
|
||||
"keywords": [
|
||||
"usb"
|
||||
|
|
Ładowanie…
Reference in New Issue