Commit ee22dab8 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Packages: Fix mage repository name.

Showing with 8 additions and 9 deletions
+8 -9
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment