mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: syntax error
This commit is contained in:
parent
73bd207ce2
commit
eea8fd1579
@ -119,7 +119,7 @@ MyApplication* my_application_new() {
|
|||||||
// gchar based alternate MY_APPLICATION_ID
|
// gchar based alternate MY_APPLICATION_ID
|
||||||
const char* my_application_id = APPLICATION_ID;
|
const char* my_application_id = APPLICATION_ID;
|
||||||
|
|
||||||
if (!is_flatpak()) {
|
if (is_flatpak()) {
|
||||||
my_application_id = "com.github.KRTirtho.Spotube";
|
my_application_id = "com.github.KRTirtho.Spotube";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user