Skip to content

Commit

Permalink
Merge pull request #1 from Kartonrealista:appid
Browse files Browse the repository at this point in the history
update APP_ID
  • Loading branch information
Kartonrealista authored Jul 18, 2024
2 parents 4eddbc2 + 32b1cfd commit e5bf4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ impl Application for App2048 {

type Message = Message;

const APP_ID: &'static str = "com.example.CosmicAppTemplate";
const APP_ID: &'static str = "io.Kartonrealista.cosmic-ext-2048";

fn core(&self) -> &Core {
&self.core
Expand Down

0 comments on commit e5bf4a4

Please sign in to comment.