Commit 512f5c6
authored
Fix missing path separator in prepare_resources-mac.py (#599)
Use os.path.join() instead of string concatenation to properly join
TARGET_BUILD_DIR and UNLOCALIZED_RESOURCES_FOLDER_PATH. Without this fix,
resources were copied to an invalid path (e.g. '/Users/name/ApplicationsApp.app'
instead of '/Users/name/Applications/App.app'), causing the app to crash on
startup due to missing UI resources.1 parent a4252db commit 512f5c6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments