File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 28
28
echo CLEANUP=0 > build-shotcut.conf
29
29
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
30
30
31
- echo MLT_HEAD=0 > build-shotcut.conf
32
- echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 > build-shotcut.conf
31
+ echo MLT_HEAD=0 >> build-shotcut.conf
32
+ echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 > > build-shotcut.conf
33
33
34
34
docker run -v $PWD:/root/shotcut $IMAGE_NAME
35
35
echo Renaming build artifacts
Original file line number Diff line number Diff line change 87
87
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
88
88
echo ENABLE_GLAXNIMATE=0 >> build-shotcut.conf
89
89
echo DEBUG_BUILD=1 >> build-shotcut.conf
90
+
91
+ echo MLT_HEAD=0 >> build-shotcut.conf
92
+ echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 >> build-shotcut.conf
93
+
90
94
bash scripts/build-shotcut-msys2.sh -s
91
95
mv build/shotcut-sdk.txz build/shotcut-win64-sdk-$FILENAME_VERSION.txz
92
96
echo Done
Original file line number Diff line number Diff line change 91
91
echo INSTALL_DIR=\"$CHECKOUT_DIR/build\" > build-shotcut.conf
92
92
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
93
93
94
- echo MLT_HEAD=0 > build-shotcut.conf
95
- echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 > build-shotcut.conf
94
+ echo MLT_HEAD=0 >> build-shotcut.conf
95
+ echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 > > build-shotcut.conf
96
96
97
97
bash scripts/build-shotcut-msys2.sh
98
98
pushd build
You can’t perform that action at this time.
0 commit comments