Skip to content

Commit

Permalink
Updated installer for new ROM package
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-v committed Nov 2, 2016
1 parent 8a51bf3 commit 82c7054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion installer/ep128emu.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Section "Download and install ROM images" SecDLRoms

SetOutPath "$INSTDIR\roms"

INetC::get "https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/?action=dlattach;attach=16433" "$INSTDIR\roms\ep128emu_roms-2.0.10.bin"
INetC::get "https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/?action=dlattach;attach=16486" "$INSTDIR\roms\ep128emu_roms-2.0.10.bin"
Pop $R0
StrCmp $R0 "OK" downloadDone 0
StrCmp $R0 "Cancelled" downloadDone 0
Expand Down Expand Up @@ -653,6 +653,7 @@ Section "Uninstall"
Delete "$INSTDIR\roms\epd19hft.rom"
Delete "$INSTDIR\roms\epd19uk.rom"
Delete "$INSTDIR\roms\epfileio.rom"
Delete "$INSTDIR\roms\esb.rom"
Delete "$INSTDIR\roms\esp.rom"
Delete "$INSTDIR\roms\exdos0.rom"
Delete "$INSTDIR\roms\exdos1.rom"
Expand Down
2 changes: 1 addition & 1 deletion installer/makecfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# ifndef MAKECFG_ROM_URL_1
# define MAKECFG_ROM_URL_1 "https://enterpriseforever.com/" \
"letoltesek-downloads/egyeb-misc/" \
"?action=dlattach;attach=16433"
"?action=dlattach;attach=16486"
# endif
# ifndef MAKECFG_ROM_URL_2
# define MAKECFG_ROM_URL_2 "http://ep128.hu/Emu/" MAKECFG_ROM_PKG_NAME
Expand Down

0 comments on commit 82c7054

Please sign in to comment.