手动同步了客户端中的更改
This commit is contained in:
@ -1,15 +1,42 @@
|
||||
{
|
||||
"name": "bookstoreclient",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.3",
|
||||
"description": "Book Store Client",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "electron ."
|
||||
"start": "electron .",
|
||||
"pack": "electron-builder --dir",
|
||||
"dist": "electron-builder"
|
||||
},
|
||||
"author": "ZhuangYumin",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"electron": "^27.1.2"
|
||||
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron-builder": "^24.9.1"
|
||||
},
|
||||
"build": {
|
||||
"appId": "ZhuangYumin.homework.bookstoreclient",
|
||||
"mac": {
|
||||
"target": "dmg"
|
||||
},
|
||||
"win": {
|
||||
"icon":"book.ico",
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
"arch": [
|
||||
"x64",
|
||||
"ia32"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
"target": ["AppImage", "deb"],
|
||||
"category": "Utility"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user