Skip to content

Commit

Permalink
Update Project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed May 7, 2024
1 parent 2f4625d commit d7a3faf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

<!-- _____________________________ Path Settings ____________________________ -->

<set name="BUILD_DIR" value="exportUpdater/debug" if="debug" />
<set name="BUILD_DIR" value="exportUpdater/release" unless="debug" />
<set name="BUILD_DIR" value="exportUpdater/32bit" if="32bits" />
<set name="BUILD_DIR" value="export/launcher/debug" if="debug" />
<set name="BUILD_DIR" value="export/launcher/release" unless="debug" />
<set name="BUILD_DIR" value="export/launcher/32bit" if="32bits" />

<classpath name="source" />

Expand Down

0 comments on commit d7a3faf

Please sign in to comment.