Skip to content

Commit

Permalink
发布1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed May 3, 2022
1 parent 406dc06 commit 6f17fcf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @see https://www.electron.build/configuration/configuration
*/
{
"appId": "YourAppID",
"appId": "top.edgeless.fc",
"asar": true,
"directories": {
"output": "release/${version}"
Expand All @@ -17,6 +17,7 @@
]
},
"win": {
"icon": "./favicon.ico",
"target": [
{
"target": "nsis",
Expand Down
Binary file added icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "electron-vue-vite",
"name": "flash-collector",
"version": "1.0.0",
"main": "dist/main/index.cjs",
"author": "草鞋没号 <308487730@qq.com>",
"author": "Cno <dsyourshy@qq.com>",
"license": "MIT",
"scripts": {
"dev": "node scripts/watch.mjs",
Expand Down
1 change: 1 addition & 0 deletions retinue/Unity3D_Web_Player
Submodule Unity3D_Web_Player added at 2cd6d9

0 comments on commit 6f17fcf

Please sign in to comment.