Skip to content

Commit bd24557

Browse files
committed
create directories for profile in profile generation phase
Former-commit-id: a79245de81d4449203359fdbc34c6dca885268a8
1 parent 32943d8 commit bd24557

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-
<create dir="src/i2p.chromium.base.profile/" failonerror="false" />
621+
<mkdir dir="src/i2p.chromium.base.profile/" failonerror="false" />
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-
<create dir="src/i2p.chromium.usability.profile/" failonerror="false" />
661+
<mkdir dir="src/i2p.chromium.usability.profile/" failonerror="false" />
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-
<create dir="src/i2p.firefox.base.profile/" failonerror="false" />
714+
<mkdir dir="src/i2p.firefox.base.profile/" failonerror="false" />
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-
<create dir="src/i2p.firefox.usability.profile/" failonerror="false" />
754+
<mkdir dir="src/i2p.firefox.usability.profile/" failonerror="false" />
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:06:26 EST 2022
3-
build.number=147
2+
#Sun Nov 20 13:11:52 EST 2022
3+
build.number=149

0 commit comments

Comments
 (0)