Skip to content

Commit

Permalink
also create extension directory
Browse files Browse the repository at this point in the history
Former-commit-id: f4941a18dc24354a63a0eb2d6681257b837378b4
  • Loading branch information
eyedeekay committed Nov 20, 2022
1 parent 9728885 commit 58d8116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</target>

<target name="i2pChromiumBaseProfile">
<mkdir dir="src/i2p.chromium.base.profile/" failonerror="false" />
<mkdir dir="src/i2p.chromium.base.profile/extensions/" />
<exec executable="crx3" failonerror="true">
<arg value="download"/>
<arg value="ikdjcmomgldfciocnpekfndklkfgglpe" />
Expand Down Expand Up @@ -658,7 +658,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</target>

<target name="i2pChromiumUsabilityProfile">
<mkdir dir="src/i2p.chromium.usability.profile/" failonerror="false" />
<mkdir dir="src/i2p.chromium.usability.profile/extensions/" />
<exec executable="crx3" failonerror="true">
<arg value="download"/>
<arg value="ikdjcmomgldfciocnpekfndklkfgglpe" />
Expand Down Expand Up @@ -711,7 +711,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</exec>
</target>
<target name="i2pFirefoxBaseProfile" depends="buildNum">
<mkdir dir="src/i2p.firefox.base.profile/" failonerror="false" />
<mkdir dir="src/i2p.firefox.base.profile/extensions/" />
<exec executable="amo-version" failonerror="true">
<arg value="-n"/>
<arg value="i2p-in-private-browsing"/>
Expand Down Expand Up @@ -751,7 +751,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</target>

<target name="i2pFirefoxUsabilityProfile" depends="buildNum">
<mkdir dir="src/i2p.firefox.usability.profile/" failonerror="false" />
<mkdir dir="src/i2p.firefox.usability.profile/extensions/" />
<exec executable="amo-version" failonerror="true">
<arg value="-n"/>
<arg value="i2p-in-private-browsing"/>
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sun Nov 20 13:11:52 EST 2022
build.number=149
#Sun Nov 20 13:13:45 EST 2022
build.number=151

0 comments on commit 58d8116

Please sign in to comment.