Add debian packaging

This commit is contained in:
Jeremy Soller 2023-10-27 14:59:41 -06:00
parent 7d4d25ef85
commit c0d2f235e4
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
9 changed files with 133 additions and 2 deletions

View file

@ -269,7 +269,7 @@ impl cosmic::Application for App {
type Message = Message;
/// The unique application ID to supply to the window manager.
const APP_ID: &'static str = "com.system76.CosmicTextEditor";
const APP_ID: &'static str = "com.system76.CosmicEdit";
fn core(&self) -> &Core {
&self.core