소스 검색

add delimiter

Tensor-Programming 5 년 전
부모
커밋
06a71242b0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cli/tauri.js/templates/src-tauri/src/build.rs

+ 1 - 0
cli/tauri.js/templates/src-tauri/src/build.rs

@@ -10,6 +10,7 @@ fn main() {
   } else {
     panic!("No Icon.ico found. Please add one or check the path");
   }
+}
 
 #[cfg(not(windows))]
 fn main() {}