Skip to content

Commit

Permalink
Deployed new macos version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed May 27, 2023
1 parent 09ff59b commit fa7a60b
Show file tree
Hide file tree
Showing 25 changed files with 16 additions and 188 deletions.
Binary file modified database_app/database_app
Binary file not shown.
Binary file removed dist/1.0.1+9/lms-1.0.1+9-windows.exe
Binary file not shown.
92 changes: 0 additions & 92 deletions dist/1.0.1+9/lms-1.0.1+9-windows_exe.iss

This file was deleted.

Binary file removed dist/1.0.1+9/lms-1.0.1+9-windows_exe/WinSparkle.dll
Binary file not shown.
Binary file not shown.
Binary file removed dist/1.0.1+9/lms-1.0.1+9-windows_exe/data/app.so
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed dist/1.0.1+9/lms-1.0.1+9-windows_exe/lms.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
21 changes: 10 additions & 11 deletions dist/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,32 @@
<language>en</language>
<!--macOS-->
<item>
<title>Version 1.0.1</title>
<title>Version 1.1.0</title>
<pubDate>Mon, 10 Mar 2023 14:00:00 +0800</pubDate>
<sparkle:releaseNotesLink>
https://github.com/kekko7072/lms/releases
</sparkle:releaseNotesLink>
<sparkle:version>9</sparkle:version> <!--Use BUILD_VERSION-->
<sparkle:shortVersionString>1.0.1+9</sparkle:shortVersionString>
<enclosure url="1.0.1+9/lms-1.0.1+9-macos.zip"
sparkle:edSignature="/yEV8pMHkLTaVDMovNv4l5RLZze0RXlx3EpqELnANyRCIv/eHHulf1qUbOwyv5wswO9NeT69yW+SznZAIW0RBQ=="
length="18666169"
<enclosure url="1.1.0+10/lms-1.1.0+10-macos.zip"
sparkle:edSignature="Z6LKvT+iEBlDZjD77abninDAP1A+EGXP1OWdBV8qSoSXr9coNyCrrjjEXJmh7tYCI/NMSO4X6MLc3YQBfvYLAQ=="
length="18071357"
sparkle:os="macos"
type="application/octet-stream" />
</item>
<!--macOS-->
<!--windows-->
<item>
<title>Version 1.0.1</title>
<title>Version 1.1.0</title>
<sparkle:releaseNotesLink>
https://github.com/kekko7072/lms/releases
</sparkle:releaseNotesLink>
<sparkle:version>9</sparkle:version> <!--Use BUILD_VERSION-->
<sparkle:shortVersionString>1.0.1</sparkle:shortVersionString>
<pubDate>Mon, 6 Mar 2023 12:00:00 +0800</pubDate>
<enclosure url="1.0.1/lms-1.0.1+9-windows.exe"
sparkle:dsaSignature="AJ8AFZT3sUB6YKyTPCc1qTNw/t3SaHhzqzUVJXr2ae/XHql3M8aT+aM3LajyIA3kiyWNiDncwiXAfG+r4KN2CQ=="
length="11032456"
<pubDate>Sun, 16 Feb 2022 12:00:00 +0800</pubDate>
<enclosure url="1.1.0/lms-1.1.0+10-windows.exe"
sparkle:dsaSignature="MEUCIQCVbVzVID7H3aUzAY5znpi+ySZKznkukV8whlMFzKh66AIgREUGOmvavlcg6hwAwkb2o4IqVE/D56ipIBshIqCH8rk="
sparkle:version="1.1.0+2"
sparkle:os="windows"
length="0"
type="application/octet-stream" />
</item>
<!--windows-->
Expand Down
6 changes: 2 additions & 4 deletions lib/interfaces/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ Future<void> showAboutApp(BuildContext context) async =>
onTap: () async => await autoUpdater.checkForUpdates(),
),
],
applicationIcon: const SizedBox(
applicationIcon: SizedBox(
width: 100,
height: 100,
child: Image(
image: AssetImage('assets/icon.png'),
),
child: Image.asset('assets/icon.png'),
),
));
6 changes: 3 additions & 3 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEPENDENCIES:
- FlutterMacOS (from `Flutter/ephemeral`)
- macos_ui (from `Flutter/ephemeral/.symlinks/plugins/macos_ui/macos`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)

SPEC REPOS:
Expand All @@ -41,7 +41,7 @@ EXTERNAL SOURCES:
package_info_plus:
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
shared_preferences_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/macos
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
url_launcher_macos:
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos

Expand All @@ -57,4 +57,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.12.0
COCOAPODS: 1.12.1
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: Link Management System

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# Using previous version to see if auto-update works on windows
version: 1.0.1+9 #Online macOS 1.0.1+9 windows 1.0.1+9
version: 1.1.0+10 #Online macOS 1.0.1 windows 1.0.1

environment:
sdk: ">=2.16.1 <3.0.0"
Expand All @@ -27,8 +26,6 @@ dependencies:
adaptive_dialog: ^1.8.3+1
flutter_easyloading: ^3.0.5

#Utility

#launch_at_startup: ^0.2.1

dev_dependencies:
Expand Down

0 comments on commit fa7a60b

Please sign in to comment.