Skip to content

Commit

Permalink
Fixed linux builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Oct 3, 2023
1 parent aa500b3 commit 7091257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ fn main() {
#[cfg(not(feature = "webgui"))]
let no_gui = true;

#[cfg(windows)]
if opt_matches.opt_present("service") {
let appdata = env::var("PROGRAMDATA").expect("Failed to get APPDATA directory");

Expand Down

0 comments on commit 7091257

Please sign in to comment.