Skip to content

Commit 7cabb67

Browse files
fix linux exec name
1 parent 298c612 commit 7cabb67

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

linux/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.10)
22
project(runner LANGUAGES CXX)
33

4-
set(BINARY_NAME "test")
5-
set(APPLICATION_ID "com.example.test")
4+
set(BINARY_NAME "ccxgui")
5+
set(APPLICATION_ID "com.example.ccxgui")
66

77
cmake_policy(SET CMP0063 NEW)
88

linux/flutter/generated_plugin_registrant.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#include "generated_plugin_registrant.h"
68

79
#include <file_selector_linux/file_selector_plugin.h>

linux/flutter/generated_plugin_registrant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#ifndef GENERATED_PLUGIN_REGISTRANT_
68
#define GENERATED_PLUGIN_REGISTRANT_
79

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.6.1"
31+
version: "2.8.1"
3232
bloc:
3333
dependency: "direct main"
3434
description:
@@ -119,7 +119,7 @@ packages:
119119
name: charcode
120120
url: "https://pub.dartlang.org"
121121
source: hosted
122-
version: "1.2.0"
122+
version: "1.3.1"
123123
checked_yaml:
124124
dependency: transitive
125125
description:
@@ -437,7 +437,7 @@ packages:
437437
name: meta
438438
url: "https://pub.dartlang.org"
439439
source: hosted
440-
version: "1.3.0"
440+
version: "1.7.0"
441441
mime:
442442
dependency: transitive
443443
description:
@@ -717,21 +717,21 @@ packages:
717717
name: test
718718
url: "https://pub.dartlang.org"
719719
source: hosted
720-
version: "1.16.8"
720+
version: "1.17.10"
721721
test_api:
722722
dependency: transitive
723723
description:
724724
name: test_api
725725
url: "https://pub.dartlang.org"
726726
source: hosted
727-
version: "0.3.0"
727+
version: "0.4.2"
728728
test_core:
729729
dependency: transitive
730730
description:
731731
name: test_core
732732
url: "https://pub.dartlang.org"
733733
source: hosted
734-
version: "0.3.19"
734+
version: "0.4.0"
735735
timing:
736736
dependency: transitive
737737
description:

windows/flutter/generated_plugin_registrant.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#include "generated_plugin_registrant.h"
68

79
#include <file_selector_windows/file_selector_plugin.h>

windows/flutter/generated_plugin_registrant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#ifndef GENERATED_PLUGIN_REGISTRANT_
68
#define GENERATED_PLUGIN_REGISTRANT_
79

0 commit comments

Comments
 (0)