piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
103 stars 51 forks source link

fix build with ubports #277

Closed jmlich closed 11 months ago

jmlich commented 11 months ago

setting application name to uk.co.piggz.amazfish, because This is the unique for your app. It must match exactly the "name" field in your click's manifest.json and must be all lowercase letters. For example: "openstore.openstore-team", where "openstore" is the app and "openstore-team" is the group or individual authoring the app. see https://open-store.io/submit

fix TRANSLATION folder, because follwing error message in logs : warning: "TRANSLATION_FOLDER" redefined : note: this is the location of the previous definition

The clickable.yaml must contain whole path, otherwise build reports following error message: Files to install not found with pattern "libKDb3.so*"

jmlich commented 11 months ago

I was speaking with Brian Douglass (@bhdouglass) and he told me:

That makes sense. We can wait for him to create the account, or start it under your account and transfer it later.

So I have created an app listing on my own.

jmlich commented 11 months ago

It might be necessary to remove $HOME/.config/systemd/user/harbour-amazfish.service on device after update of application name in manifest, becuase the service needs to be recreated.