aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-27 17:38:44 +0100
committer0neGal <mail@0negal.com>2021-12-27 17:38:44 +0100
commit8b30edac91a7db4a0221f1dff63434ad8e873064 (patch)
tree7b4f2034ef6130ef02ad2bb8dc6d54956a6a5f77
parentd88124659dc4a1adf8afdcd18251e98ce2a46c59 (diff)
downloadViper-8b30edac91a7db4a0221f1dff63434ad8e873064.tar.gz
Viper-8b30edac91a7db4a0221f1dff63434ad8e873064.zip
fix broken package.json
-rw-r--r--package.json2
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"