Skip to content

Commit 8f5316d

Browse files
committed
also create extension directory
Former-commit-id: f4941a18dc24354a63a0eb2d6681257b837378b4
1 parent bd24557 commit 8f5316d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
618618
</target>
619619

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

660660
<target name="i2pChromiumUsabilityProfile">
661-
<mkdir dir="src/i2p.chromium.usability.profile/" failonerror="false" />
661+
<mkdir dir="src/i2p.chromium.usability.profile/extensions/" />
662662
<exec executable="crx3" failonerror="true">
663663
<arg value="download"/>
664664
<arg value="ikdjcmomgldfciocnpekfndklkfgglpe" />
@@ -711,7 +711,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
711711
</exec>
712712
</target>
713713
<target name="i2pFirefoxBaseProfile" depends="buildNum">
714-
<mkdir dir="src/i2p.firefox.base.profile/" failonerror="false" />
714+
<mkdir dir="src/i2p.firefox.base.profile/extensions/" />
715715
<exec executable="amo-version" failonerror="true">
716716
<arg value="-n"/>
717717
<arg value="i2p-in-private-browsing"/>
@@ -751,7 +751,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
751751
</target>
752752

753753
<target name="i2pFirefoxUsabilityProfile" depends="buildNum">
754-
<mkdir dir="src/i2p.firefox.usability.profile/" failonerror="false" />
754+
<mkdir dir="src/i2p.firefox.usability.profile/extensions/" />
755755
<exec executable="amo-version" failonerror="true">
756756
<arg value="-n"/>
757757
<arg value="i2p-in-private-browsing"/>

scripts/build.number

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Build Number for ANT. Do not edit!
2-
#Sun Nov 20 13:11:52 EST 2022
3-
build.number=149
2+
#Sun Nov 20 13:13:45 EST 2022
3+
build.number=151

0 commit comments

Comments
 (0)