Skip to content

Commit 9d9b678

Browse files
[applications] Add debian-uxterm
1 parent fee5a0d commit 9d9b678

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

applications/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
find_package(Albert REQUIRED)
33

4-
project(applications VERSION 13.3)
4+
project(applications VERSION 13.4)
55

66
file(GLOB_RECURSE I18N_SOURCES src/*)
77

applications/src/xdg/plugin.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ static const map<QString, QStringList> exec_args // Desktop id > ExecArg
2323
{"contour", {"execute"}},
2424
{"cool-retro-term", {"-e"}},
2525
{"debian-xterm", {"-e"}},
26+
{"debian-uxterm", {"-e"}},
2627
{"deepin-terminal", {"-e"}},
2728
{"deepin-terminal-gtk", {"-e"}},
2829
{"elementary-terminal", {"-x"}},

0 commit comments

Comments
 (0)