File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " ntfy-desktop " ,
3- "version" : " 0.1 .0" ,
2+ "name" : " ntfier " ,
3+ "version" : " 0.4 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " tauri dev" ,
Original file line number Diff line number Diff line change @@ -245,7 +245,9 @@ pub fn run() {
245245 tray_manager. initial_refresh ( & handle) . await ;
246246
247247 // 5. Check for updates (non-blocking)
248- if let Ok ( Some ( update_info) ) = services:: UpdateService :: check_for_update ( & handle) . await {
248+ if let Ok ( Some ( update_info) ) =
249+ services:: UpdateService :: check_for_update ( & handle) . await
250+ {
249251 let _ = handle. emit ( "update:available" , update_info) ;
250252 }
251253 } ) ;
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../node_modules/@tauri-apps/cli/config.schema.json" ,
33 "productName" : " Ntfier" ,
4- "version" : " 0.3 .0" ,
4+ "version" : " 0.4 .0" ,
55 "identifier" : " com.ntfier.app" ,
66 "build" : {
77 "frontendDist" : " ../ui/dist/client" ,
You can’t perform that action at this time.
0 commit comments