diff options
author | 0neGal <mail@0negal.com> | 2021-12-27 17:38:44 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-27 17:38:44 +0100 |
commit | 8b30edac91a7db4a0221f1dff63434ad8e873064 (patch) | |
tree | 7b4f2034ef6130ef02ad2bb8dc6d54956a6a5f77 /package.json | |
parent | d88124659dc4a1adf8afdcd18251e98ce2a46c59 (diff) | |
download | Viper-8b30edac91a7db4a0221f1dff63434ad8e873064.tar.gz Viper-8b30edac91a7db4a0221f1dff63434ad8e873064.zip |
fix broken package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 860e7ab..cf77498 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "description": "Launcher+Updater for TF|2 Northstar", "main": "src/index.js", - "build": {"appId": "com.0negal.viper", + "build": {"appId": "com.0negal.viper"}, "scripts": { "start": "node_modules/.bin/electron src/index.js", "build": "node_modules/.bin/electron-builder --win nsis --linux appimage" |