File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
tooling/cli/templates/mobile/android Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " cli.rs " : patch
3+ " cli.js " : patch
4+ ---
5+
6+ Do not gitignore the Android project's ` buildSrc ` folder by default since we removed absolute paths from it.
Original file line number Diff line number Diff line change 99/.idea /assetWizardSettings.xml
1010.DS_Store
1111build
12- /buildSrc /src /main /{{package-path}} /kotlin /BuildTask.kt
13- /buildSrc /src /main /{{package-path}} /kotlin /RustPlugin.kt
1412/captures
1513.externalNativeBuild
1614.cxx
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ open class BuildTask : DefaultTask() {
2525 val executable = """ {{tauri-binary}}""" ;
2626 try {
2727 runTauriCli(executable)
28- } catch (e: Exception ){
28+ } catch (e: Exception ) {
2929 if (Os .isFamily(Os .FAMILY_WINDOWS )) {
3030 runTauriCli(" $executable .cmd" )
3131 } else {
You can’t perform that action at this time.
0 commit comments