summaryrefslogtreecommitdiff
path: root/pkg/wince/heretic-cab.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/wince/heretic-cab.cfg')
-rw-r--r--pkg/wince/heretic-cab.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/wince/heretic-cab.cfg b/pkg/wince/heretic-cab.cfg
index 28e0489d..ead2081f 100644
--- a/pkg/wince/heretic-cab.cfg
+++ b/pkg/wince/heretic-cab.cfg
@@ -12,8 +12,8 @@ s = "$(START_GAMES)/"
src = "../../src/"
files = {
- d+"chocolate-heretic.exe": src+"chocolate-heretic.exe",
- d+"chocolate-setup.exe": src+"chocolate-setup.exe",
+ d+"chocolate-heretic.exe": src+"chocolate-heretic.exe",
+ d+"chocolate-heretic-setup.exe": src+"chocolate-setup.exe",
}
add_libraries(d, files)
@@ -22,6 +22,6 @@ add_libraries(d, files)
links = {
s+"Chocolate Heretic.lnk": d+"chocolate-heretic.exe",
- s+"Chocolate Heretic Setup.lnk": d+"chocolate-setup.exe"
+ s+"Chocolate Heretic Setup.lnk": d+"chocolate-heretic-setup.exe"
}