Skip to content

Commit

Permalink
build(xtask): 💚 Remove wix installer build
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Mar 12, 2024
1 parent 40f2020 commit a308b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alvr/xtask/src/packaging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ pub fn package_streamer(gpl: bool, root: Option<String>, appimage: bool, zsync:
command::zip(&sh, &afs::streamer_build_dir()).unwrap();

// todo: remove installer
build_windows_installer();
// note: wix package is broken, find alternative
//build_windows_installer();
} else {
command::targz(&sh, &afs::streamer_build_dir()).unwrap();

Expand Down

0 comments on commit a308b2c

Please sign in to comment.