reactos/rosapps/packmgr/tree/tuxpaint.inst.rps
Maarten Bosma 6344467474 Add some Apps and change tree version to the bare one.
svn path=/trunk/; revision=20540
2006-01-03 00:12:35 +00:00

9 lines
256 B
Plaintext

Sub Main
' ToDo: Pick a mirror
download ("http://switch.dl.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.15-2-win32-installer.exe", "tuxpaint-inst.exe")
End Sub
Sub After
shell tuxpaint-inst.exe
' ToDo: delete tuxpaint-inst.exe
End Sub