Skip to content

Commit 17e2298

Browse files
authored
fix: desktop file name for windows boot (#115)
1 parent 586bbb8 commit 17e2298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_files/shared/usr/share/ublue-os/just/system.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ toggle-dinosaurs hemisphere="north":
258258
[group('System')]
259259
configure-boot-to-windows:
260260
mkdir -p $HOME/.local/share/applications
261-
cp -r /usr/share/applications/boot-to-windows.desktop $HOME/.local/share/applications
261+
cp -r /usr/share/applications/dev.getaurora.boot-to-windows.desktop $HOME/.local/share/applications
262262
sed -i 's/Hidden=true/Hidden=false/' $HOME/.local/share/applications/dev.getaurora.boot-to-windows.desktop
263263

264264
# Toggle IWD

0 commit comments

Comments
 (0)