Browse Source

Merge pull request #9 from AzureMarker/fix/romfs

pull/10/head
Meziu 3 years ago committed by GitHub
parent
commit
36d488f8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/main.rs

2
src/main.rs

@ -291,7 +291,7 @@ fn build_3dsx(config: &CTRConfig) {
// If romfs directory exists, automatically include it // If romfs directory exists, automatically include it
if Path::new("./romfs").is_dir() { if Path::new("./romfs").is_dir() {
process = process.arg("--romfs=\"./romfs\""); process = process.arg("--romfs=./romfs");
} }
let mut process = process let mut process = process

Loading…
Cancel
Save