Skip to content

Commit

Permalink
Improve generation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Aug 11, 2023
1 parent d13bfa2 commit a1b25e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
require __DIR__ . '/../vendor/autoload.php';

const INPUT_HEADERS = __DIR__ . '/../resources/headers/SDL.h';
const OUTPUT_METADATA = __DIR__ . '/../resources/generated/metadata.xml';
const OUTPUT_METADATA = __DIR__ . '/metadata.xml';
const OUTPUT_FILE = __DIR__ . '/../resources/generated/.phpstorm.meta.php';

fwrite(STDOUT, " - [1/4] Generating metadata files\n");
Expand Down

0 comments on commit a1b25e5

Please sign in to comment.