Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
williamnie committed Mar 3, 2022
1 parent a394d63 commit 0e1cb67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "1.1.3",
"description": "net send",
"main": "./dist/main/main.js",
"homepage": "https://github.com/williamnie/netSend",
"author": {
"name": "xiaobei",
"email": "yebeixiaohai@gmail.com"
},
"build": {
"productName": "NetSend",
"files": [
Expand Down Expand Up @@ -47,6 +52,8 @@
"pack-mac": "npm run build:renderer && npm run build-main-prod && electron-builder -m",
"---- 构建 windows 操作系统平台包 ----": "---- 构建 windows 操作系统平台包 ----",
"pack-exe": "npm run build:renderer && npm run build-main-prod && electron-builder --win",
"---- 构建 linux 操作系统平台包 ----": "---- 构建 linux 操作系统平台包 ----",
"pack-linux": "npm run build:renderer && npm run build-main-prod && electron-builder --linux deb tar.xz",
"prettier": "prettier --list-different \"./**/*.{ts,tsx,js,jsx,less}\""
},
"keywords": [
Expand Down

0 comments on commit 0e1cb67

Please sign in to comment.