chore: update cli_windows project
This commit is contained in:
@@ -11,6 +11,8 @@ void main(List<String> args) async {
|
||||
..onRecord.listen((record) => print(
|
||||
record.message + "\n"));
|
||||
|
||||
|
||||
|
||||
await build(args, (config, output) async {
|
||||
final cbuilder = CBuilder.library(
|
||||
name: "thermion_window",
|
||||
@@ -23,6 +25,8 @@ void main(List<String> args) async {
|
||||
dartBuildFiles: ['hook/build.dart'],
|
||||
);
|
||||
|
||||
|
||||
|
||||
await cbuilder.run(
|
||||
buildConfig: config,
|
||||
buildOutput: output,
|
||||
|
||||
Reference in New Issue
Block a user