Skip to content

Commit e2e1f9f

Browse files
committed
1.0.4 version setting
1 parent 64a98f1 commit e2e1f9f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

build/entry.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Name "엔트리"
2929

3030
; The file to write
31-
OutFile "엔트리_1.0.1_Setup.exe"
31+
OutFile "엔트리_1.0.4_Setup.exe"
3232

3333
; The default installation directory
3434
InstallDir "C:\Entry"

entry/icon/app.ico

0 Bytes
Binary file not shown.

entry/icon/app.png

3.11 KB
Loading

entry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/boolgom/entry-offline.git"
1414
},
15-
"version": "1.0.1",
15+
"version": "1.0.4",
1616
"chromium-args": "--disable-web-security --allow-file-access-from-files --enable-decoder=aac,h264,mp3 --enable-demuxer=mp3,mov --enable-parser=aac,h264,mpegaudio",
1717
"window": {
1818
"toolbar": false,

0 commit comments

Comments
 (0)