Skip to content

Commit 5654852

Browse files
authored
chore: prerelease 0.1.2 (#2134)
1 parent f6f615a commit 5654852

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ class FlowyVersionDescription extends CustomActionCell {
134134
PackageInfo packageInfo = snapshot.data;
135135
String appName = packageInfo.appName;
136136
String version = packageInfo.version;
137-
String buildNumber = packageInfo.buildNumber;
138137

139138
return SizedBox(
140139
height: 30,
@@ -148,7 +147,7 @@ class FlowyVersionDescription extends CustomActionCell {
148147
thickness: 1.0),
149148
const VSpace(6),
150149
FlowyText(
151-
"$appName $version.$buildNumber",
150+
"$appName $version",
152151
color: Theme.of(context).hintColor,
153152
),
154153
],

frontend/scripts/makefile/flutter.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ script = [
159159

160160
[tasks.create-release-archive-macos]
161161
script = [
162-
# TODO
162+
# TODO
163163
# "cd ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/appflowy_flutter/product/${VERSION}/${TARGET_OS}/Release/${PRODUCT_NAME}",
164164
# "tar -czf ${PRODUCT_NAME}-${TARGET_OS}-x86.tar.gz *"
165165
]
@@ -169,7 +169,7 @@ script = ["""
169169
cd appflowy_flutter/
170170
flutter clean
171171
flutter pub get
172-
flutter build ${TARGET_OS} --${BUILD_FLAG} --build-name=${APP_VERSION}
172+
flutter build ${TARGET_OS} --${BUILD_FLAG}
173173
"""]
174174
script_runner = "@shell"
175175

0 commit comments

Comments
 (0)