build: config electron package & build
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "llink",
|
||||
"productName": "llink",
|
||||
"name": "Flowy.llink",
|
||||
"productName": "Flowy.llink",
|
||||
"version": "1.0.0",
|
||||
"description": "Flowy.llink is a team communication app for teams",
|
||||
"main": ".vite/build/main.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "electron-forge start",
|
||||
"package": "electron-forge package",
|
||||
"package": "electron-forge package --arch=universal",
|
||||
"make": "electron-forge make",
|
||||
"publish": "electron-forge publish",
|
||||
"lint": "eslint --ext .ts,.tsx .",
|
||||
|
||||
Reference in New Issue
Block a user