mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Added call to the PortableApps.comInstaller, it seems to work now.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2590 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
a07fcc50f9
commit
fc5240971b
2 changed files with 4 additions and 1 deletions
|
@ -24,5 +24,8 @@ call build_installer.bat
|
|||
echo Building zip after key press
|
||||
pause
|
||||
call package_zip-SVN.bat
|
||||
echo Building portable
|
||||
pause
|
||||
call package_portable.bat
|
||||
echo Finshed
|
||||
pause
|
|
@ -2,7 +2,7 @@
|
|||
cd ..
|
||||
|
||||
del /q releases\GreenshotPortable*.paf.exe
|
||||
del /s /q releases\portable\App\Greenshot\*
|
||||
del /q releases\portable\App\Greenshot\*
|
||||
rmdir /s /q releases\portable\App\Greenshot\Languages
|
||||
rmdir /s /q releases\portable\App\Greenshot\Plugins
|
||||
del /q releases\portable\*.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue