mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-24 07:03:03 +02:00
feat: don't hardcode winapps path
This commit is contained in:
parent
5946444c63
commit
5594a23298
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Microsoft Office Protocol Handler
|
Name=Microsoft Office Protocol Handler
|
||||||
Comment=Handle Microsoft Office URI schemes via WinApps
|
Comment=Handle Microsoft Office URI schemes via WinApps
|
||||||
Exec=/usr/local/bin/winapps manual %u
|
Exec=winapps manual %u
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=x-scheme-handler/ms-word;x-scheme-handler/ms-excel;x-scheme-handler/ms-powerpoint;x-scheme-handler/ms-outlook;x-scheme-handler/ms-access;x-scheme-handler/ms-visio;x-scheme-handler/ms-project;x-scheme-handler/ms-teams;x-scheme-handler/ms-whiteboard;x-scheme-handler/ms-officeapp;
|
MimeType=x-scheme-handler/ms-word;x-scheme-handler/ms-excel;x-scheme-handler/ms-powerpoint;x-scheme-handler/ms-outlook;x-scheme-handler/ms-access;x-scheme-handler/ms-visio;x-scheme-handler/ms-project;x-scheme-handler/ms-teams;x-scheme-handler/ms-whiteboard;x-scheme-handler/ms-officeapp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user