Fix cross-compilation: stub USB module, add Tauri commands, fix type errors
Build Fechamento de Caixa / build (macos-14, app) (push) Has been cancelled
Build Fechamento de Caixa / build (ubuntu-22.04, deb) (push) Has been cancelled
Build Fechamento de Caixa / build (windows-2022, msi) (push) Has been cancelled

- Stubbed usb_windows module (printing needs native Windows build)
- Added Tauri commands: detectar/configurar/imprimir_recibo/teste_impressora
- Fixed tipo annotation and concat type mismatch
- Removed windows-sys dependency (unstable API)

Windows .exe available via GitHub Actions CI
This commit is contained in:
root
2026-06-20 17:37:35 +00:00
parent a5cff433a6
commit 3cb0f5a93b
3 changed files with 83 additions and 289 deletions
-3
View File
@@ -24,9 +24,6 @@ env_logger = "0.11"
thiserror = "2"
dirs = "5"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = ["Win32_Foundation", "Win32_Devices_Usb", "Win32_Storage_FileSystem"] }
[profile.release]
strip = true
lto = true