endlessm / endless-key-app

Endless Key app for Windows (formerly known as kolibri-app)
https://www.endlessos.org/key
MIT License
2 stars 1 forks source link

electron: Set KOLIBRI_PROJECT env by detecting app's directory #80

Closed starnight closed 2 years ago

starnight commented 2 years ago

Endless Key (Windows) is only delivered as two types: APPX/MSIX from Microsoft store, or the zip/image format which might be in an USB key currently.

We would like to know it runs in which environment. So, only set the KOLIBRI_PROJECT env as 'endless-key-windows' as the metrics ID when it's directory name includes APPX/MSIX pattern.

https://phabricator.endlessm.com/T33665

starnight commented 2 years ago

Uh! You are right. I forgot APPX can choose the content from USB, or download from internet.

Let's go back to the directory name way.