Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lowcode-electron
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
electron
lowcode-electron
Commits
99dcd37f
Commit
99dcd37f
authored
Apr 10, 2023
by
baiyuze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:更新lib
parent
fbb3abec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
.gitignore
.gitignore
+1
-1
package.json
package.json
+16
-4
syc-bm-upms-biz-5.5.0-pro-SNAPSHOT.jar
...ate/deployment/lib/syc-bm-upms-biz-5.5.0-pro-SNAPSHOT.jar
+0
-0
No files found.
.gitignore
View file @
99dcd37f
...
...
@@ -13,7 +13,7 @@ report.json
out/
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
./
dist/
dist/
# Coverage directory used by tools like istanbul
coverage
...
...
package.json
View file @
99dcd37f
...
...
@@ -7,7 +7,7 @@
"compile"
:
"cd ./front/lowcode && npm run dev"
,
"start"
:
"cross-env NODE_ENV=development electron ."
,
"build:web"
:
"cd ./front/lowcode && npm run build"
,
"build:all"
:
"electron-builder -m
--arm64 --x64
"
,
"build:all"
:
"electron-builder -m"
,
"build"
:
"electron-packager . 'lowcode-electron' --platform=darwin --overwrite --arch=x64 --out=../out --ignore='front/lowcode|logs|baseServer/logs'"
,
"build:arm"
:
"electron-packager . 'lowcode-electron' --platform=darwin --overwrite --arch=arm64 --out=../out --ignore='front/lowcode|logs|baseServer/logs'"
},
...
...
@@ -18,9 +18,21 @@
"files"
:
{
"filter"
:
[
"!logs/*"
,
"!front/lowcode"
,
"!baseServer/logs"
,
"!./out"
"!front/lowcode/*"
,
"!baseServer/logs/*"
,
"!out/*"
,
"!dist/*"
]
}
},
"win"
:
{
"files"
:
{
"filter"
:
[
"!logs/*"
,
"!front/lowcode/*"
,
"!baseServer/logs/*"
,
"!out/*"
,
"!dist/*"
]
}
}
...
...
src/template/deployment/lib/syc-bm-upms-biz-5.5.0-pro-SNAPSHOT.jar
View file @
99dcd37f
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment