Commit 371184f
committed
fix: replace '?' in file names with empty string
It's only supported on Linux and MacOS, and from a quick look, there
isn't a nice way to differentiate between the desktop OS the user is on.
So just removing `?` seems to be fine. Another reason is that the `?`
create other issues on Unix systems due to `?` operating as a wildcard
operator.
If anyone is dissatisfied with this change, I'll look into alternative
solutions.1 parent 27bdd6e commit 371184f
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
0 commit comments