5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 11:43:20 +08:00
wails/v2/pkg/options
Andrey Pshenkin 6c46f6b41c
Implement file association Open a file from Finder/Explorer (#2918)
* implement MacOS openFile/openFiles events

* wip: windows file association

* fix macro import

* add file icon copy

* try copy icon

* keep only required part of scripts

* update config schema

* fix json

* set fileAssociation for mac via config

* proper iconName handling

* add fileAssociation icon generator

* fix file association icons bundle

* don't break compatibility

* remove mimeType as not supported linux for now

* add documentation

* adjust config schema

* restore formatting

* remove unused option in file association

* get rid of openFiles mac os. change configuration structure

* remove unused channel

* fix documentation

* fix typo

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-10-22 06:44:38 +11:00
..
assetserver [assetserver] Add support for serving the index.html file when requesting a directory (#2110) 2022-11-29 09:29:08 +01:00
linux add new programName option to linux options (#2817) 2023-08-10 07:48:09 +10:00
mac Implement file association Open a file from Finder/Explorer (#2918) 2023-10-22 06:44:38 +11:00
windows [v2] Support Enabling/Disabling swipe gestures (#2878) 2023-09-20 08:23:38 +10:00
debug.go [debug] Introducing debug options for debug builds to allow opening the inspector on startup (#2080) 2022-11-12 19:51:54 +11:00
options_test.go [options] Mergo doesn't play well with reference types (#2452) 2023-03-07 07:04:37 +01:00
options.go [v2] Devtools tag doesn't enable default context-menu (#2923) 2023-09-26 07:43:18 +10:00