We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4de73 commit 86162f0Copy full SHA for 86162f0
.github/workflows/rust.yml
@@ -2,7 +2,7 @@ name: Rust
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "main", "console-on-windows" ]
6
7
env:
8
CARGO_TERM_COLOR: always
src-tauri/src/main.rs
@@ -1,5 +1,5 @@
1
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
-#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
+//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
ffbuildtool::set_max_concurrent_downloads(10).unwrap();
0 commit comments