mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Show console output
This commit is contained in:
parent
66f47932a7
commit
33902ee606
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -66,4 +66,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: my-artifact-${{ runner.os }}
|
||||
path: src-tauri/target/release
|
||||
path: src-tauri/target/release/bundle
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#![cfg_attr(
|
||||
all(not(debug_assertions), target_os = "windows"),
|
||||
windows_subsystem = "windows"
|
||||
)]
|
||||
// #![cfg_attr(
|
||||
// all(not(debug_assertions), target_os = "windows"),
|
||||
// windows_subsystem = "windows"
|
||||
// )]
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::fs::File;
|
||||
|
|
Loading…
Reference in a new issue