Teamwork / node-auto-launch

Launch applications or executables at login (Mac, Windows, and Linux)
MIT License
946 stars 113 forks source link

Improve codebase for Windows regular apps and appX, better document Microsoft Store details + improve Linux .desktop filename #120

Closed Oxalin closed 9 months ago

Oxalin commented 10 months ago

Codebases from both Microsoft Store appX and regular apps are unified under a single common codebase.

Reintroduce some details about Microsoft Store appX and how to identify the path value to use with auto-launch.

Oxalin commented 10 months ago

I added some tests to make sure the path is correctly escaped under Linux and that we honor the appName (name).

Oxalin commented 10 months ago

I think we could bump the package version after that to 5.1.0 because of the newly support for Windows AppX.

Oxalin commented 10 months ago

@4ver Would you be able to review this PR please?