Skip to content

Commit

Permalink
build path modify
Browse files Browse the repository at this point in the history
  • Loading branch information
chanlee committed Jul 22, 2016
1 parent b1962d1 commit 1050c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/entryx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ Section $(TEXT_ENTRY_TITLE) SectionEntry

; Put file there
SetOutPath "$INSTDIR\locales"
File "..\dist\win-unpacked\lib\net45\locales\*.*"
File "..\dist\win-unpacked\locales\*.*"

SetOutPath "$INSTDIR\resources"
File /r "..\dist\win-unpacked\lib\net45\resources\*.*"
File /r "..\dist\win-unpacked\resources\*.*"

SetOutPath "$INSTDIR"
File "..\dist\win-unpacked\lib\net45\*.*"
File "..\dist\win-unpacked\*.*"
File "icon.ico"

WriteRegStr HKCR ".ent" "" "${PRODUCT_NAME}"
Expand Down
6 changes: 3 additions & 3 deletions build/entryx86.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ Section $(TEXT_ENTRY_TITLE) SectionEntry

; Put file there
SetOutPath "$INSTDIR\locales"
File "..\dist\win-ia32-unpacked\lib\net45\locales\*.*"
File "..\dist\win-ia32-unpacked\locales\*.*"

SetOutPath "$INSTDIR\resources"
File /r "..\dist\win-ia32-unpacked\lib\net45\resources\*.*"
File /r "..\dist\win-ia32-unpacked\resources\*.*"

SetOutPath "$INSTDIR"
File "..\dist\win-ia32-unpacked\lib\net45\*.*"
File "..\dist\win-ia32-unpacked\*.*"
File "icon.ico"

WriteRegStr HKCR ".ent" "" "${PRODUCT_NAME}"
Expand Down

0 comments on commit 1050c93

Please sign in to comment.