Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mass10 committed Jun 1, 2024
1 parent 471aec4 commit f008608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/application/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ pub fn run_build() -> Result<(), Box<dyn std::error::Error>> {
return Ok(());
}

/// 印刷アプリケーションを、もし必要ならビルドします。
fn build_if_needed() -> Result<(), Box<dyn std::error::Error>> {
if util::exists_file(r"PtouchPrintSenderApp\bin\Release\PTouchPrintSender.exe") {
// バイナリが存在する場合はビルドをスキップします。
info!("バイナリファイルが存在します。ビルドをスキップします。(もし更新が必要なら、make を実行してください)");
return Ok(());
}

Expand Down

0 comments on commit f008608

Please sign in to comment.