Skip to content

Commit 0540c76

Browse files
author
zzz
committed
release build fix for non-pack200
1 parent f081e88 commit 0540c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,8 @@
22052205
<!-- make this a lot easier by putting release.privkey.su3=/path/to/su3keystore.ks in override.properties -->
22062206

22072207
<!-- now build and verify the packed su3 from the packed zip -->
2208-
<su3sign infile="i2pupdate200.zip" sigtype="ROUTER" outfile="i2pupdate.su3" su3.ver="${release.number}" />
2208+
<!-- TODO if i2pupdate200.zip is present zip it instead -->
2209+
<su3sign infile="i2pupdate.zip" sigtype="ROUTER" outfile="i2pupdate.su3" su3.ver="${release.number}" />
22092210
<!-- this will use the monotonerc file in the current workspace -->
22102211
<echo message="Checking out fresh copy into ../i2p-${release.number} for tarballing:" />
22112212
<delete dir="../i2p-${release.number}" />

0 commit comments

Comments
 (0)