mirror of https://github.com/AxioDL/metaforce.git
Correct filenames for win32 index script
This commit is contained in:
parent
cac0787c34
commit
252c136536
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
echo urde-$1-win32-$2-sse2.exe > $3
|
||||
echo urde-$1-win32-$2-sse41.exe >> $3
|
||||
echo urde-$1-win32-$2-avx.exe >> $3
|
||||
echo urde-$1-win32-$2-avx2.exe >> $3
|
||||
echo urde-$1-win32-$2-sse2.zip > $3
|
||||
echo urde-$1-win32-$2-sse41.zip >> $3
|
||||
echo urde-$1-win32-$2-avx.zip >> $3
|
||||
echo urde-$1-win32-$2-avx2.zip >> $3
|
||||
|
|
Loading…
Reference in New Issue