summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--distribution.yml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/distribution.yml b/distribution.yml
index 05225a7af9..06877f7a04 100644
--- a/distribution.yml
+++ b/distribution.yml
@@ -58,7 +58,7 @@ win:
linux:
target:
- deb
- - AppImage
+ artifactName: ${productName}_${version}_${arch}.${ext}
extraResources:
- from: ../talpid_core/target/release/mullvad
to: .
diff --git a/package.json b/package.json
index 08f793b84a..486e29d169 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "MullvadNeue",
+ "name": "mullvad-neue",
"version": "0.1.0",
"description": "Mullvad",
"main": "init.js",