mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
parent
b0f947752a
commit
3256a37263
5
.changes/fix-proguard-injection.md
Normal file
5
.changes/fix-proguard-injection.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-build": patch
|
||||
---
|
||||
|
||||
Fixes injection of the proguard rules on the Android project.
|
@ -105,7 +105,7 @@ fn main() {
|
||||
}
|
||||
}
|
||||
|
||||
if let Some(project_dir) = var_os("WRY_ANDROID_PROJECT_PATH").map(PathBuf::from) {
|
||||
if let Some(project_dir) = var_os("TAURI_ANDROID_PROJECT_PATH").map(PathBuf::from) {
|
||||
let tauri_proguard = include_str!("./mobile/proguard-tauri.pro").replace(
|
||||
"$PACKAGE",
|
||||
&var("WRY_ANDROID_PACKAGE").expect("missing `WRY_ANDROID_PACKAGE` environment variable"),
|
||||
|
Loading…
Reference in New Issue
Block a user