Skip to content

Commit

Permalink
Updated Neutralino
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Mar 23, 2024
1 parent 7f819cb commit 6c1e0c2
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
Binary file modified bin/neutralino-linux_arm64
Binary file not shown.
Binary file modified bin/neutralino-linux_armhf
Binary file not shown.
Binary file modified bin/neutralino-linux_x64
Binary file not shown.
Binary file modified bin/neutralino-mac_arm64
100755 → 100644
Binary file not shown.
Binary file modified bin/neutralino-mac_universal
Binary file not shown.
Binary file modified bin/neutralino-mac_x64
Binary file not shown.
Binary file modified bin/neutralino-win_x64.exe
Binary file not shown.
6 changes: 4 additions & 2 deletions neutralino.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"enableServer": true,
"enableNativeAPI": true,
"nativeAllowList": [
"events.on","app.exit","debug.log"
"events.on",
"app.exit",
"debug.log"
],
"exportAuthInfo": false,
"logging": {
Expand All @@ -30,7 +32,7 @@
"binaryName": "neutralino-svelte",
"resourcesPath": "/frontend/dist",
"extensionsPath": "/extensions/",
"binaryVersion": "4.14.1",
"binaryVersion": "5.1.0",
"clientVersion": "3.12.0",
"frontendLibrary": {
"buildCommand": "npm run neu:empty",
Expand Down

0 comments on commit 6c1e0c2

Please sign in to comment.