Hmm, how would I go about running this AppImage on Nixos?
https://flirc.tv/products/skip1s-remote-universal-remote-control?variant=43489094729960
Tried:
appimage-run skip-app\_0.9.993+9235\_amd64.AppImage
I’m getting a weird @tauri crash:
Panicked: PanicHookInfo { payload: Any { .. }, location: Location { file: "/root/.cargo/git/checkouts/tauri-9dcc2f9152472c1a/8c5fcf4/core/tauri-utils/src/lib.rs", line: 205, col: 11 }, can\_unwind: true, force\_no\_backtrace: false }
I only managed to trace it back to: https://github.com/tauri-apps/tauri/blob/c7b9a5352532a8ea52bbdb18d81c99ba2842ec71/crates/tauri-utils/src/lib.rs#L194-L206
You must log in or register to comment.