mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
Hide electron36 and electron37 from walker menu (#2183)
* Hide electron36 and electron37 from walker menu * Add migration scriptt * Simplify migration --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
parent
164fc5ceb1
commit
443173e29d
2
applications/hidden/electron36.desktop
Normal file
2
applications/hidden/electron36.desktop
Normal file
@ -0,0 +1,2 @@
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
||||
2
applications/hidden/electron37.desktop
Normal file
2
applications/hidden/electron37.desktop
Normal file
@ -0,0 +1,2 @@
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
||||
3
migrations/1759093827.sh
Normal file
3
migrations/1759093827.sh
Normal file
@ -0,0 +1,3 @@
|
||||
echo "Adding hidden entries for electron apps"
|
||||
|
||||
cp $OMARCHY_PATH/applications/hidden/electron*.desktop ~/.local/share/applications/
|
||||
Loading…
x
Reference in New Issue
Block a user