Commit 8c3c7e4
committed
Fix building Flatpak in Ubuntu 22.04 in WSL2
- Use LF line ending for Linux scripts even on Windows
- Better handling of paths that include spaces
- Avoid new f-string syntax to support Python 3.10
- Replace shell substitution syntax that dash doesn't support1 parent f4cc876 commit 8c3c7e4
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments