Skip to content

Commit

Permalink
modify package.json and delete .github
Browse files Browse the repository at this point in the history
  • Loading branch information
shybees committed Dec 19, 2021
1 parent 095dbbb commit 56afd78
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 209 deletions.
5 changes: 0 additions & 5 deletions .github/FUNDING.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/1-Bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/2-Question.md

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/3-Feature_request.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/config.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/publish.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/test.yml

This file was deleted.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"build": {
"productName": "Vector",
"appId": "org.erb.Vector",
"appId": "me.lifan.Vector",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
Expand Down Expand Up @@ -73,6 +73,15 @@
"nsis"
]
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"runAfterFinish": false,
"deleteAppDataOnUninstall": true
},
"linux": {
"target": [
"AppImage"
Expand Down Expand Up @@ -111,7 +120,7 @@
"tailwindcss",
"ebook reader"
],
"homepage": "https://github.com/electron-react-boilerplate/electron-react-boilerplate#readme",
"homepage": "https://github.com/lifan1727/vector#readme",
"jest": {
"testURL": "http://localhost/",
"testEnvironment": "jsdom",
Expand Down

0 comments on commit 56afd78

Please sign in to comment.