blob: f4ca93eb7d3408ac5d367096de5ea88d0f09fc2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- player_all-bingo-beta-20040615/installer/common/scripts/installer.backup 2004-04-21 09:09:34.000000000 +0900
+++ player_all-bingo-beta-20040615/installer/common/scripts/installer.py 2004-07-11 14:22:35.037901736 +0900
@@ -294,7 +294,7 @@
else:
ext = self.archive_type
- dest_arch = "%s%s-%s.%s" % (name, verstr, sysinfo.id, ext)
+ dest_arch = "%s.%s" % ("helixplayer", ext)
project.writeln("copy:")
project.writeln("\t %s %s %s" %
(platform.copy.cmd, self.archive_file,
|