mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-27 19:47:00 +00:00
feat: initial implementation of qsv Easy installer for Windows
This commit is contained in:
commit
f52c2e04fc
39 changed files with 6712 additions and 0 deletions
6
src-tauri/src/main.rs
Normal file
6
src-tauri/src/main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
qsv_easy_installer_lib::run()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue