Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
nodejs-60-2
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
Supharoek Sudadet
nodejs-60-2
Commits
d1fd0e7a
Commit
d1fd0e7a
authored
Feb 21, 2018
by
Supharoek Sudadet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ทำให้สามารถใช้คำสั่ง npm run release เพื่อสร้าง executable file ได้
parent
e2a294ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
.gitignore
week05/windowapp/.gitignore
+2
-0
logo.png
week05/windowapp/assets/icons/png/logo.png
+0
-0
package-lock.json
week05/windowapp/package-lock.json
+0
-0
package.json
week05/windowapp/package.json
+3
-1
No files found.
week05/windowapp/.gitignore
0 → 100644
View file @
d1fd0e7a
release-builds/
\ No newline at end of file
week05/windowapp/assets/icons/png/logo.png
0 → 100644
View file @
d1fd0e7a
26.1 KB
week05/windowapp/package-lock.json
View file @
d1fd0e7a
This diff is collapsed.
Click to expand it.
week05/windowapp/package.json
View file @
d1fd0e7a
...
...
@@ -4,6 +4,7 @@
"description"
:
""
,
"main"
:
"main.js"
,
"scripts"
:
{
"release"
:
"./node_modules/electron/cli.js . mywindowapp --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/logo.png --prune=true --out=release-builds"
,
"app"
:
"echo 'super duper' "
,
"อันตราย"
:
"rm -rf *"
,
"touch"
:
"touch สวัสดี"
,
...
...
@@ -13,6 +14,7 @@
"author"
:
"anon"
,
"license"
:
"ISC"
,
"devDependencies"
:
{
"electron"
:
"^1.8.2"
"electron"
:
"^1.8.2"
,
"electron-packager"
:
"^11.0.1"
}
}
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