File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 27
27
echo Making build script config file
28
28
echo CLEANUP=0 > build-shotcut.conf
29
29
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
30
+ echo SHOTCUT_HEAD=0 >> build-shotcut.conf
31
+ echo SHOTCUT_REVISION=bigsh0t-2.7 >> build-shotcut.conf
30
32
docker run -v $PWD:/root/shotcut $IMAGE_NAME
31
33
echo Renaming build artifacts
32
34
mv shotcut.txz shotcut-linux-x86_64-$FILENAME_VERSION.txz
Original file line number Diff line number Diff line change 89
89
echo INSTALL_DIR=\"$CHECKOUT_DIR/build\"
90
90
echo INSTALL_DIR=\"$CHECKOUT_DIR/build\" > build-shotcut.conf
91
91
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
92
+ echo SHOTCUT_HEAD=0 >> build-shotcut.conf
93
+ echo SHOTCUT_REVISION=bigsh0t-2.7 >> build-shotcut.conf
92
94
bash scripts/build-shotcut-msys2.sh
93
95
pushd build
94
96
echo Installing awscli
You can’t perform that action at this time.
0 commit comments