Skip to content

Commit

Permalink
update export paths in export_presets.cfg to point to the new directo…
Browse files Browse the repository at this point in the history
…ry structure
  • Loading branch information
sebashtioon committed Nov 7, 2024
1 parent 25830c7 commit 5400c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Releases/Expland v0.3.0/Expland-0.3.0.exe"
export_path="../Game releases/Expland/Expland-0.3.0.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -78,7 +78,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Releases/Expland v0.3.0/Expland-0.3.0.x86_64"
export_path="../Game releases/Expland/Expland-0.3.0.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -122,7 +122,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Releases/Expland v0.3.0/Expland-0.3.0.zip"
export_path="../Game releases/Expland/Expland-0.3.0.zip"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down

0 comments on commit 5400c42

Please sign in to comment.