Packages: Fix mage repository name.

results
Pierre-Antoine Rouby 2023-08-02 15:07:13 +02:00
parent 20329eba22
commit ee22dab89c
2 changed files with 8 additions and 9 deletions

View File

@ -55,10 +55,10 @@ cp ../VERSION dist/pamhyr/
cp ../AUTHORS dist/pamhyr/ cp ../AUTHORS dist/pamhyr/
cp ../LICENSE dist/pamhyr/ cp ../LICENSE dist/pamhyr/
mkdir -p dist/pamhyr/MAGE/ mkdir -p dist/pamhyr/mage/
cp ../mage/mage dist/pamhyr/MAGE/ cp ../mage/mage dist/pamhyr/mage/
cp ../mage/mage_extraire dist/pamhyr/MAGE/ cp ../mage/mage_extraire dist/pamhyr/mage/
cp ../mage/mailleurPF dist/pamhyr/MAGE/ cp ../mage/mailleurPF dist/pamhyr/mage/
mkdir -p dist/pamhyr/tests_cases/ mkdir -p dist/pamhyr/tests_cases/
mkdir -p dist/pamhyr/tests_cases/Saar mkdir -p dist/pamhyr/tests_cases/Saar

View File

@ -40,16 +40,15 @@ copy /y ..\AUTHORS dist\pamhyr\
copy /y ..\LICENSE dist\pamhyr\ copy /y ..\LICENSE dist\pamhyr\
rem MAGE rem MAGE
mkdir dist\pamhyr\MAGE mkdir dist\pamhyr\mage
copy /y ..\mage\mage.exe dist\pamhyr\MAGE\ copy /y ..\mage\mage.exe dist\pamhyr\mage\
copy /y ..\mage\mage_extraire.exe dist\pamhyr\MAGE\ copy /y ..\mage\mage_extraire.exe dist\pamhyr\mage\
copy /y ..\mage\mailleurPF.exe dist\pamhyr\MAGE\ copy /y ..\mage\mailleurPF.exe dist\pamhyr\mage\
rem Copy tests_cases rem Copy tests_cases
mkdir dist\pamhyr\tests_cases mkdir dist\pamhyr\tests_cases
mkdir dist\pamhyr\tests_cases\Saar mkdir dist\pamhyr\tests_cases\Saar
copy /y ..\tests_cases\Saar\Saar.pamhyr dist\pamhyr\tests_cases\Saar\ copy /y ..\tests_cases\Saar\Saar.pamhyr dist\pamhyr\tests_cases\Saar\
rem Make installer rem Make installer
"C:\Program Files (x86)\NSIS\makensis.exe" pamhyr.nsi "C:\Program Files (x86)\NSIS\makensis.exe" pamhyr.nsi