We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9952fb0 commit f1d569dCopy full SHA for f1d569d
2 files changed
CMakeLists.txt
@@ -64,6 +64,8 @@ if("shell" IN_LIST ENABLE_MODULES)
64
install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}")
65
endforeach()
66
67
+ install(PROGRAMS assets/wrap_term_launch.sh DESTINATION "${INSTALL_QSCONFDIR}/assets")
68
+
69
file(READ shell.qml SHELL_QML)
70
string(REPLACE "settings.watchFiles: true" "settings.watchFiles: false" SHELL_QML "${SHELL_QML}")
71
file(WRITE "${CMAKE_BINARY_DIR}/qml/shell.qml" "${SHELL_QML}")
nix/default.nix
@@ -161,9 +161,6 @@ in
161
162
mkdir -p $out/lib
163
ln -s ${extras}/lib/* $out/lib/
164
-
165
- # Ensure wrap_term_launch.sh is executable
166
- chmod 755 $out/share/caelestia-shell/assets/wrap_term_launch.sh
167
'';
168
169
passthru = {
0 commit comments