Skip to content

Commit

Permalink
Update build.yml and electron builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 16, 2024
1 parent 0e9b479 commit c83da59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion src/electron/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
$schema: 'https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json',
productName: 'PersonalAnalytics',
appId: 'dev.hasel.personalanalytics',
appId: 'ch.ifi.hasel.personal-analytics',
asar: true,
directories: {
output: 'release/${version}'
Expand Down

0 comments on commit c83da59

Please sign in to comment.