mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 19:32:21 +05:30
(feat/refactor): added support for linux (debian) and updated project structure
This commit is contained in:
8
windows/src-tauri/msghost/build.rs
Normal file
8
windows/src-tauri/msghost/build.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
extern crate winresource;
|
||||
|
||||
fn main() {
|
||||
if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "windows" {
|
||||
let res = winresource::WindowsResource::new();
|
||||
res.compile().unwrap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user