Skip to content

Commit

Permalink
Merge pull request #375 from fairdataihub/pre-staging
Browse files Browse the repository at this point in the history
feat: 15.3.0
  • Loading branch information
aaronm-2112 authored Dec 2, 2024
2 parents 323e483 + bf98421 commit 8002ce9
Show file tree
Hide file tree
Showing 15 changed files with 18,753 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- staging
- pre-staging
- folder-build

jobs:
deploy-on-linux:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- staging
- pre-staging
- folder-build

jobs:
deploy-on-mac:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- staging
- pre-staging
- folder-build

jobs:
deploy-on-windows:
Expand Down
3 changes: 1 addition & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ win:
extraResources:
- from: ./file_templates
to: ./file_templates
- from: ./pyflaskdist/app.exe
- from: ./pyflaskdist/app
asar: true
target:
- nsis
Expand All @@ -31,7 +31,6 @@ nsis:
mac:
icon: "app-icon/png/icon.png"
entitlementsInherit: ./entitlements.mac.inherit.plist
notarize: true
extraResources:
- from: ./pyflaskdist/app
- from: ./file_templates
Expand Down
Loading

0 comments on commit 8002ce9

Please sign in to comment.