Skip to content

Commit f1d569d

Browse files
committed
fix: give wrap_term_launch exec perms on install
Closes caelestia-dots#1476
1 parent 9952fb0 commit f1d569d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ if("shell" IN_LIST ENABLE_MODULES)
6464
install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}")
6565
endforeach()
6666

67+
install(PROGRAMS assets/wrap_term_launch.sh DESTINATION "${INSTALL_QSCONFDIR}/assets")
68+
6769
file(READ shell.qml SHELL_QML)
6870
string(REPLACE "settings.watchFiles: true" "settings.watchFiles: false" SHELL_QML "${SHELL_QML}")
6971
file(WRITE "${CMAKE_BINARY_DIR}/qml/shell.qml" "${SHELL_QML}")

nix/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ in
161161
162162
mkdir -p $out/lib
163163
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
167164
'';
168165

169166
passthru = {

0 commit comments

Comments
 (0)