Skip to content

Commit

Permalink
Fix #29 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Apr 3, 2024
1 parent b9fbb01 commit 21d1296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sideload/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void sideloadFull(
pragma(inline, true)
private string toForwardSlashes(string s) {
version (Windows) {
foreach (ref c; remoteAppFolder) {
foreach (ref c; s) {
if (c == '\\') {
c = '/';
}
Expand Down

0 comments on commit 21d1296

Please sign in to comment.