mirror of https://gitlab.com/pamhyr/pamhyr2
Packages: Fix mage repository name.
parent
20329eba22
commit
ee22dab89c
|
|
@ -55,10 +55,10 @@ cp ../VERSION dist/pamhyr/
|
|||
cp ../AUTHORS dist/pamhyr/
|
||||
cp ../LICENSE dist/pamhyr/
|
||||
|
||||
mkdir -p dist/pamhyr/MAGE/
|
||||
cp ../mage/mage dist/pamhyr/MAGE/
|
||||
cp ../mage/mage_extraire dist/pamhyr/MAGE/
|
||||
cp ../mage/mailleurPF dist/pamhyr/MAGE/
|
||||
mkdir -p dist/pamhyr/mage/
|
||||
cp ../mage/mage dist/pamhyr/mage/
|
||||
cp ../mage/mage_extraire dist/pamhyr/mage/
|
||||
cp ../mage/mailleurPF dist/pamhyr/mage/
|
||||
|
||||
mkdir -p dist/pamhyr/tests_cases/
|
||||
mkdir -p dist/pamhyr/tests_cases/Saar
|
||||
|
|
|
|||
|
|
@ -40,16 +40,15 @@ copy /y ..\AUTHORS dist\pamhyr\
|
|||
copy /y ..\LICENSE dist\pamhyr\
|
||||
|
||||
rem MAGE
|
||||
mkdir dist\pamhyr\MAGE
|
||||
copy /y ..\mage\mage.exe dist\pamhyr\MAGE\
|
||||
copy /y ..\mage\mage_extraire.exe dist\pamhyr\MAGE\
|
||||
copy /y ..\mage\mailleurPF.exe dist\pamhyr\MAGE\
|
||||
mkdir dist\pamhyr\mage
|
||||
copy /y ..\mage\mage.exe dist\pamhyr\mage\
|
||||
copy /y ..\mage\mage_extraire.exe dist\pamhyr\mage\
|
||||
copy /y ..\mage\mailleurPF.exe dist\pamhyr\mage\
|
||||
|
||||
rem Copy tests_cases
|
||||
mkdir dist\pamhyr\tests_cases
|
||||
mkdir dist\pamhyr\tests_cases\Saar
|
||||
copy /y ..\tests_cases\Saar\Saar.pamhyr dist\pamhyr\tests_cases\Saar\
|
||||
|
||||
|
||||
rem Make installer
|
||||
"C:\Program Files (x86)\NSIS\makensis.exe" pamhyr.nsi
|
||||
|
|
|
|||
Loading…
Reference in New Issue