mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Move install package generation to MakeRelease, fix missing read-only attribute on MSI installation houses
This commit is contained in:
@@ -79,18 +79,4 @@ copy /Y GliderProData\ConvertedMovies\*.mov.gpa Packaged\Houses\
|
||||
|
||||
attrib +R Packaged\Houses\*
|
||||
|
||||
mkdir InstallerPackages
|
||||
mkdir InstallerPackages\DefaultHouses
|
||||
mkdir InstallerPackages\HousePack1
|
||||
mkdir InstallerPackages\LooseDocumentation
|
||||
|
||||
copy /Y Packaged\Houses\* InstallerPackages\HousePack1\
|
||||
del /Q InstallerPackages\HousePack1\Slumberland.*
|
||||
del /Q "InstallerPackages\HousePack1\Demo House.*"
|
||||
copy /Y Packaged\Houses\Slumberland.* InstallerPackages\DefaultHouses
|
||||
copy /Y "Packaged\Houses\Demo House.*" InstallerPackages\DefaultHouses
|
||||
|
||||
copy /Y Documentation\* InstallerPackages\LooseDocumentation\
|
||||
del /Q InstallerPackages\LooseDocumentation\readme.txt
|
||||
|
||||
pause
|
||||
|
@@ -23,4 +23,23 @@ xcopy /I /E /Y /K Packaged ReleasePkg\Aerofoil\Packaged
|
||||
xcopy /I /E /Y /K Resources ReleasePkg\Aerofoil\Resources
|
||||
xcopy /I /E /Y /K Documentation ReleasePkg\Aerofoil\Documentation
|
||||
|
||||
attrib +R Packaged\Houses\*
|
||||
|
||||
mkdir InstallerPackages
|
||||
mkdir InstallerPackages\DefaultHouses
|
||||
mkdir InstallerPackages\HousePack1
|
||||
mkdir InstallerPackages\LooseDocumentation
|
||||
|
||||
copy /Y Packaged\Houses\* InstallerPackages\HousePack1\
|
||||
del /Q InstallerPackages\HousePack1\Slumberland.*
|
||||
del /Q "InstallerPackages\HousePack1\Demo House.*"
|
||||
copy /Y Packaged\Houses\Slumberland.* InstallerPackages\DefaultHouses
|
||||
copy /Y "Packaged\Houses\Demo House.*" InstallerPackages\DefaultHouses
|
||||
|
||||
attrib +R InstallerPackages\DefaultHouses\*
|
||||
attrib +R InstallerPackages\HousePack1\*
|
||||
|
||||
copy /Y Documentation\* InstallerPackages\LooseDocumentation\
|
||||
del /Q InstallerPackages\LooseDocumentation\readme.txt
|
||||
|
||||
pause
|
||||
|
Reference in New Issue
Block a user