Skip to content

Commit 0ca116f

Browse files
committed
1 parent 6a54a56 commit 0ca116f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Script/build_depend.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ if [ $QTERMWIDGET -eq 1 ]; then
515515
if [ ! -d ${INSTALL_DIR}/lib/cmake/qtermwidget6 ]; then
516516
git clone https://github.com/KangLin/qtermwidget.git
517517
cd qtermwidget
518-
git checkout keyboardlayout
519518
cmake -E make_directory build
520519
cd build
521520
cmake .. -DCMAKE_BUILD_TYPE=Release \

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ parts:
243243
source: https://github.com/KangLin/qtermwidget.git
244244
source-type: git
245245
#source-tag: 2.2.0
246-
source-branch: keyboardlayout
246+
source-branch: master
247247
source-depth: 1
248248
after:
249249
- lxqt-build-tools

0 commit comments

Comments
 (0)