From 329077edf100fc76aa293a08c2cb9d1ce670179d Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sun, 14 Mar 2021 14:38:47 +0800 Subject: [PATCH] fix bug Former-commit-id: 4e4c87f35b1d8138b61e647f70372b88cf5fbaa9 --- README.md | 5 +++-- package.json | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9fb2bf16..54ec90c4 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,9 @@ Check out Koodo's Roadmap on [Trello](https://trello.com/b/ms7CbYTi/roadmap-for- ## Contribution | Contribution | Contributor | -| :---------------------------------- | :----------------------------------------------------------------------------------------- | --- | ----------------------- | ----------------------------------------- | -| translation for traditional Chinese | [TobySkarting](https://github.com/TobySkarting), [playercd8](https://github.com/playercd8) | | translation for Russian | [vanja-san](https://github.com/vanja-san) | +| :---------------------------------- | :----------------------------------------------------------------------------------------- | +| translation for traditional Chinese | [TobySkarting](https://github.com/TobySkarting), [playercd8](https://github.com/playercd8) | +| translation for Russian | [vanja-san](https://github.com/vanja-san) | | installation for Homebrew | [singularitti](https://github.com/singularitti) | | installation for Docker | [yanickxia](https://github.com/yanickxia) | | other contributors | [bamlan](https://github.com/bamlan) | diff --git a/package.json b/package.json index 53a41ad8..d4539ab0 100644 --- a/package.json +++ b/package.json @@ -139,9 +139,6 @@ "category": "Office", "target": "AppImage" }, - "zip": { - "artifactName": "${productName}-${version}-Portable.${ext}" - }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true,