mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Fix AppVeyor building
This commit is contained in:
parent
81555efde2
commit
bf782b5c50
@ -9,6 +9,6 @@ if "%APPVEYOR%" == "True" (
|
||||
appveyor DownloadFile https://raw.githubusercontent.com/radare/radare2-win-installer/master/radare2.iss
|
||||
appveyor DownloadFile https://raw.githubusercontent.com/radare/radare2-win-installer/master/radare2.ico
|
||||
dir %APPVEYOR_BUILD_FOLDER%\radare2-w32-0.10.0-git
|
||||
7z.exe a -tzip %APPVEYOR_BUILD_FOLDER%\radare2-w32-0.10.0.zip %APPVEYOR_BUILD_FOLDER%\radare2-w32-0.10.0
|
||||
iscc -DRadare2Location=%APPVEYOR_BUILD_FOLDER%\radare2-w32-0.10.0\* -DLicenseLocation=%APPVEYOR_BUILD_FOLDER%\COPYING.LESSER -DIcoLocation=%APPVEYOR_BUILD_FOLDER%\radare2.ico radare2.iss
|
||||
7z.exe a -tzip %APPVEYOR_BUILD_FOLDER%\radare2-w32-0.10.0-git.zip %APPVEYOR_BUILD_FOLDER%\radare2-w32-0.10.0-git
|
||||
iscc -DRadare2Location=%APPVEYOR_BUILD_FOLDER%\radare2-w32-0.10.0-git\* -DLicenseLocation=%APPVEYOR_BUILD_FOLDER%\COPYING.LESSER -DIcoLocation=%APPVEYOR_BUILD_FOLDER%\radare2.ico radare2.iss
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user