mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
chore: update (+1 squashed commit)
Squashed commits: [78899ef] fix: bbr2 not working in windows 11(24H2)
This commit is contained in:
10
src-tauri/packages/linux/clash-verge.desktop
Normal file
10
src-tauri/packages/linux/clash-verge.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Categories={{{categories}}}
|
||||
Comment={{{comment}}}
|
||||
Exec={{{exec}}} %u
|
||||
StartupWMClass={{{exec}}}
|
||||
Icon={{{icon}}}
|
||||
Name={{{name}}}
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=x-scheme-handler/clash;
|
||||
4
src-tauri/packages/linux/post-install.sh
Normal file
4
src-tauri/packages/linux/post-install.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
chmod +x /usr/bin/install-service
|
||||
chmod +x /usr/bin/uninstall-service
|
||||
chmod +x /usr/bin/clash-verge-service
|
||||
2
src-tauri/packages/linux/pre-remove.sh
Normal file
2
src-tauri/packages/linux/pre-remove.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/uninstall-service
|
||||
Reference in New Issue
Block a user