File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
appflowy_flutter/lib/workspace/presentation/widgets/float_bubble Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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 ],
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ script = [
159159
160160[tasks .create-release-archive-macos ]
161161script = [
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 """ ]
174174script_runner = " @shell"
175175
You can’t perform that action at this time.
0 commit comments