Skip to content

Commit

Permalink
fix: crash during start
Browse files Browse the repository at this point in the history
  • Loading branch information
Boehrsi committed Jul 31, 2024
1 parent c76b377 commit e866c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void main() async {

Future<void> copyConfigFiles() async {
const source = "./files";
const target = "./build/windows/runner/Release/files";
const target = "./build/windows/x64/runner/Release/files";
await Directory(target).create(recursive: true);
await copyPath(source, target);
}

0 comments on commit e866c04

Please sign in to comment.