mirror of https://gitlab.com/pamhyr/pamhyr2
packages: Put mage in a sub directory.
parent
34eb3e1d53
commit
0f0a08dcbf
|
|
@ -55,9 +55,10 @@ cp ../VERSION dist/pamhyr/
|
||||||
cp ../AUTHORS dist/pamhyr/
|
cp ../AUTHORS dist/pamhyr/
|
||||||
cp ../LICENSE dist/pamhyr/
|
cp ../LICENSE dist/pamhyr/
|
||||||
|
|
||||||
cp ../mage/src/build/mage dist/pamhyr/
|
mkdir -p dist/pamhyr/MAGE/
|
||||||
cp ../mage/src/build/mage_extraire dist/pamhyr/
|
cp ../mage/src/build/mage dist/pamhyr/MAGE/
|
||||||
cp ../mage/src/build/mailleurPF dist/pamhyr/
|
cp ../mage/src/build/mage_extraire dist/pamhyr/MAGE/
|
||||||
|
cp ../mage/src/build/mailleurPF dist/pamhyr/MAGE/
|
||||||
|
|
||||||
echo " *** MAKE SRC PACKAGE"
|
echo " *** MAKE SRC PACKAGE"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,9 +40,10 @@ copy /y ..\AUTHORS dist\pamhyr\
|
||||||
copy /y ..\LICENSE dist\pamhyr\
|
copy /y ..\LICENSE dist\pamhyr\
|
||||||
|
|
||||||
rem MAGE
|
rem MAGE
|
||||||
rem copy /y ..\mage\src\build\mage.exe dist\pamhyr\
|
rem mkdir dist\pamhyr\MAGE
|
||||||
rem copy /y ..\mage\src\build\mage_extraire.exe dist\pamhyr\
|
rem copy /y ..\mage\src\build\mage.exe dist\pamhyr\MAGE\
|
||||||
rem copy /y ..\mage\src\build\mailleurPF.exe dist\pamhyr\
|
rem copy /y ..\mage\src\build\mage_extraire.exe dist\pamhyr\MAGE\
|
||||||
|
rem copy /y ..\mage\src\build\mailleurPF.exe dist\pamhyr\MAGE\
|
||||||
|
|
||||||
rem Make installer
|
rem Make installer
|
||||||
"C:\Program Files (x86)\NSIS\makensis.exe" pamhyr.nsi
|
"C:\Program Files (x86)\NSIS\makensis.exe" pamhyr.nsi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue