Skip to content

Commit

Permalink
windows release only
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jul 9, 2024
1 parent 8073193 commit 13e3af1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'publish'
on:
push:
branches:
- release
- release-debug

jobs:
extract-versions:
Expand Down Expand Up @@ -33,8 +33,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-2019, macos-11, macos-latest, ubuntu-22.04]
# platform: [windows-2019]
# platform: [windows-2019, macos-11, macos-latest, ubuntu-22.04]
platform: [windows-2019]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down
4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: holochain.launcher.electron
appId: holochain-launcher-0.4
directories:
buildResources: build
files:
Expand All @@ -9,7 +9,7 @@ asarUnpack:
- package.json
afterSign: scripts/notarize.js
win:
executableName: holochain-launcher-electron
executableName: holochain-launcher-0.4
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holochain-launcher-electron",
"version": "0.400.0-alpha.5",
"name": "holochain-launcher-0.4",
"version": "0.400.0-alpha.7",
"private": true,
"description": "Holochain Launcher (0.4)",
"author": "Holochain Foundation <info@holochain.org> (http://holochain.org)",
Expand Down

0 comments on commit 13e3af1

Please sign in to comment.