Skip to content

Commit

Permalink
Fixing build error in electron version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvmonteiro committed Apr 5, 2024
1 parent 1914466 commit 74dbdbc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
---
productName: Majin
appId: com.younity-studios.majin
productName: Majin
directories:
output: dist
asar: true

electronVersion: '29.2.0'

files:
- majin.js
- start.html
- package.json
- version.json
- src/assets/**
- src/assets/**/*
- src/node_modules/**/*
- LICENSE

linux:
Expand All @@ -26,7 +28,7 @@ linux:
executableName: majin

mac:
category: com.younity-studios.majin
category: public.app-category.utilities
icon: assets/icons/mac/icon.icns
target:
- zip
Expand Down

0 comments on commit 74dbdbc

Please sign in to comment.