Skip to content

Commit

Permalink
fix windows build (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Sep 30, 2024
1 parent d7c31d9 commit 279dfca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions electron-app/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
config: {
// An URL to an ICO file to use as the application icon (displayed in Control Panel > Programs and Features).
iconUrl: 'https://storage.googleapis.com/iskra/logo.ico',
setupExe: 'Nuclia-Sync-Setup.exe',
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compile": "tsc",
"start": "npm run compile && electron-forge start",
"package": "electron-forge package",
"make": "npm run compile && electron-forge make --arch=arm64",
"make": "npm run compile && electron-forge make",
"publish": "npm run compile && electron-forge publish",
"lint": "eslint src/index.ts",
"format:check": "prettier src/index.ts --check",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclia-sync-agent-app",
"version": "1.5.10",
"version": "1.5.11",
"description": "This is a Nuclia Sync Agent App",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 279dfca

Please sign in to comment.