debugtron
debugtron copied to clipboard
adapt some logic on linux
- adapt find app on linux
- compat show icon on linux (sync implement)
Some logic reference here Icon Theme Specification I have only tested it on my deepin Linux, and it is reasonable to use it
I think the problem of can not find module 'simple-plist' can be solved completely in this way
Change the import of adapter to dynamic import
Because simple-plist should not be directly imported when it is released to win or linux. It is not useful for win or linux because it is a module that only implements some functions for mac os.
If electron-forge has the ability of conditional compilation, I think adapter should be handled in that way.
Sorry for the late reply.
There seems to be a lot of conflict since the lastet main branch has significant changes. Could you please run a rebase? Then we can merge this PR
the problem of
can not find module 'simple-plist'
I'm not sure if this issue still exists. If yes then fixes are very welcome
Thanks!
Sorry for the late reply.
There seems to be a lot of conflict since the lastet
mainbranch has significant changes. Could you please run a rebase? Then we can merge this PRthe problem of
can not find module 'simple-plist'I'm not sure if this issue still exists. If yes then fixes are very welcome
Thanks!
okay, let me see
There seems to be a lot of conflict since the lastet
mainbranch has significant changes. Could you please run a rebase? Then we can merge this PR
I am not very proficient in rebase, so I created a new PR ( #35 )