Skip to content

Commit

Permalink
-update: installer file
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeromusXYZ committed Feb 22, 2022
1 parent 1178983 commit 42198fd
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions viewedsetup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,14 @@ Section "" ;No components page, name is not important
File runtimes\win-x86\native\*.*

; Program Data

; Engines Plugin Readme
SetOutPath $INSTDIR\Plugins
File /r Plugins\readme.txt

; FFXI Engine Data
SetOutPath $INSTDIR\data\ffxi
File /r data\ffxi*.*
SetOutPath $INSTDIR\data\ffxi\lookup
File /r data\ffxi\lookup\*.*
SetOutPath $INSTDIR\data\ffxi\parse
File /r data\ffxi\parse\*.*
SetOutPath $INSTDIR\data\ffxi\filter
File /r data\ffxi\filter\*.*

; FFXI Engine Plugin
SetOutPath $INSTDIR\Plugins
File /r Plugins\*.*
File /r data\ffxi\*.*
SetOutPath $INSTDIR\Plugins\ffxi
File /r Plugins\ffxi\*.*

Expand Down

0 comments on commit 42198fd

Please sign in to comment.