Skip to content

Commit 74989f7

Browse files
committed
빌드명 변경
1 parent 905f3b0 commit 74989f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ pdf.dll
1717
build/Setup.exe
1818
d3dcompiler_47.dll
1919
credits.html
20+
build/Entry_1.0.0_Setup.exe

build/entry.nsi

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

3030
; The file to write
31-
OutFile "Setup.exe"
31+
OutFile "Entry_1.0.0_Setup.exe"
3232

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

0 commit comments

Comments
 (0)