diff --git a/updater/package.json b/updater/package.json index 2ed9467..8ed6015 100644 --- a/updater/package.json +++ b/updater/package.json @@ -1,13 +1,13 @@ { "name": "sectorfile_updater", "productName": "Sectorfile Updater", - "version": "0.0.1", + "version": "0.0.2", "description": "This application allows users to easily update and maintain their sector files. It offers a simple, intuitive interface for downloading and installing the latest version of sector files, ensuring that users have access to the most accurate and up-to-date data. With automatic update checks and notifications, users can rest assured that their sector files are always up-to-date and ready for use.", "main": "src/index.js", "scripts": { "start": "electron-forge start", "package": "electron-forge package", - "make": "electron-forge make", + "make": "electron-forge make --platform=win32", "publish": "electron-forge publish", "lint": "echo \"No linting configured\"" }, @@ -20,8 +20,7 @@ "config": { "forge": { "packagerConfig": {}, - "makers": [ - { + "makers": [{ "name": "@electron-forge/maker-squirrel", "config": { "name": "updater" @@ -64,4 +63,4 @@ "@electron-forge/maker-zip": "^6.0.0-beta.66", "electron": "^21.0.1" } -} +} \ No newline at end of file diff --git a/updater/src/index.html b/updater/src/index.html index ecae189..4902f95 100644 --- a/updater/src/index.html +++ b/updater/src/index.html @@ -11,17 +11,17 @@