File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ fetch:
5252 else \
5353 echo " Fetching private patches..." ; \
5454 mkdir -p patches/closedsrc; \
55- if ! aria2c --dry-run " https://camoufox.com/pipeline/rev-$( version ) - $( release ) .7z" 2> /dev/null; then \
55+ if ! aria2c --dry-run " https://camoufox.com/pipeline/rev-$( closedsrc_rev ) .7z" 2> /dev/null; then \
5656 echo " No private patches found for this version" ; \
5757 exit 1; \
5858 else \
59- aria2c -o rev-$(version ) - $( release ) .7z " https://camoufox.com/pipeline/rev-$( version ) - $( release ) .7z" && \
60- 7z x -p" $$ CAMOUFOX_PASSWD" rev-$(version ) - $( release ) .7z -o./patches/closedsrc && \
61- rm rev-$(version ) - $( release ) .7z; \
59+ aria2c -o rev-$(closedsrc_rev ) .7z " https://camoufox.com/pipeline/rev-$( closedsrc_rev ) .7z" && \
60+ 7z x -p" $$ CAMOUFOX_PASSWD" rev-$(closedsrc_rev ) .7z -o./patches/closedsrc && \
61+ rm rev-$(closedsrc_rev ) .7z; \
6262 fi ; \
6363 fi ; \
6464 fi
@@ -259,7 +259,7 @@ upload:
259259
260260 @test -f .passwd || { echo "Error: .passwd file not found"; exit 1; }
261261 @mkdir -p ../camoufox-web/internal
262- @rm -rf ../camoufox-web/pipeline/rev-$(version)-$(release ).7z
263- 7z a "-p$$(cat ./.passwd)" -mhe=on ../camoufox-web/pipeline/rev-$(version)-$(release ).7z "./patches/private/*.patch"
262+ @rm -rf ../camoufox-web/pipeline/rev-$(closedsrc_rev ).7z
263+ 7z a "-p$$(cat ./.passwd)" -mhe=on ../camoufox-web/pipeline/rev-$(closedsrc_rev ).7z "./patches/private/*.patch"
264264
265265vcredist_arch := $(shell echo $(arch ) | sed 's/x86_64/x64/' | sed 's/i686/x86/')
Original file line number Diff line number Diff line change 11version=135.0.1
22release=beta.24
3+ closedsrc_rev=1.0.0
You can’t perform that action at this time.
0 commit comments