diff --git a/data/app.so b/data/app.so
new file mode 100644
index 0000000..a1a2b19
Binary files /dev/null and b/data/app.so differ
diff --git a/data/flutter_assets/AssetManifest.json b/data/flutter_assets/AssetManifest.json
new file mode 100644
index 0000000..922ef95
--- /dev/null
+++ b/data/flutter_assets/AssetManifest.json
@@ -0,0 +1 @@
+{"CHANGELOG.md":["CHANGELOG.md"],"CONTRIBUTING.md":["CONTRIBUTING.md"],"assets/icon.png":["assets/icon.png"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]}
\ No newline at end of file
diff --git a/data/flutter_assets/AssetManifest.smcbin b/data/flutter_assets/AssetManifest.smcbin
new file mode 100644
index 0000000..4ce026a
Binary files /dev/null and b/data/flutter_assets/AssetManifest.smcbin differ
diff --git a/data/flutter_assets/CHANGELOG.md b/data/flutter_assets/CHANGELOG.md
new file mode 100644
index 0000000..3e120e4
--- /dev/null
+++ b/data/flutter_assets/CHANGELOG.md
@@ -0,0 +1,63 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+[1.0.1]: https://github.com/kekko7072/lms/releases/tag/1.0.1
+
+## [1.0.1] - 2023-03-15
+### Fixed issue
+- Solved issue on auto update on macOS due to Sandbox on XCode
+### Added
+- Implemented system of auto update and release on windows
+- Added group of content
+
+[1.1.0]: https://github.com/kekko7072/lms/releases/tag/1.1.0
+
+## [1.1.0] - 2023-04-15
+### Added
+- Fixed issue on auto update on windows
+- Fixed issue on dialog icon
+
+## [1.0.1] - 2023-04-15
+### Added
+- Implemented system of auto update release on windows
+
+[0.0.5]: https://github.com/kekko7072/lms/releases/tag/1.0.1
+
+## [0.0.5] - 2023-03-06
+### Added
+- Implemented system of auto update release on macOS
+
+## [0.0.4] - 2023-03-06
+### Fixed issue
+- Solved scroll bug with large contents
+### Added
+- Instruction on info file
+
+[0.0.4]: https://github.com/kekko7072/lms/releases/tag/0.0.4
+
+## [0.0.3] - 2023-02-07
+### Fixed issue
+- Solved bug on SQL
+### Added
+- Code snapshot as submodel of link
+
+[0.0.3]: https://github.com/kekko7072/lms/releases/tag/0.0.3
+
+## [0.0.2] - 2023-02-07
+### Fixed issue
+- Solved bug on opening
+- Solved bug on changelog not showing.
+### Added
+- Release file for windows on README.md
+
+[0.0.2]: https://github.com/kekko7072/lms/releases/tag/0.0.2
+
+## [0.0.1] - 2022-04-17
+### Added
+- This CHANGELOG file to hopefully serve as an evolving example of a
+ standardized open source project CHANGELOG.
+- PRE production
+- DATABASE LOCAL tos tore the links and CRUD operations
+- ABOUT PAGE with all the info about the app
+
+[0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.1
diff --git a/data/flutter_assets/CONTRIBUTING.md b/data/flutter_assets/CONTRIBUTING.md
new file mode 100644
index 0000000..9599290
--- /dev/null
+++ b/data/flutter_assets/CONTRIBUTING.md
@@ -0,0 +1,29 @@
+# Link Management System App
+
+Welcome to the LMS (Link Management System) App repository! We appreciate your interest in contributing to the project. Here are some guidelines to help you get started:
+
+## Getting Started
+
+1. Fork the repository and clone it to your local machine.
+2. Install the required dependencies by running `flutter pub get` in the root directory of the project.
+3. Make sure the app is running correctly by running `flutter run` in the root directory of the project.
+
+## Contributing
+
+We welcome all contributions to the project, whether they are bug fixes, feature requests, or improvements to the code. If you're interested in contributing, please follow these steps:
+
+1. Create a new branch for your changes using a descriptive name (e.g., `feature/new-feature-name`).
+2. Make your changes and commit them with a clear message explaining what you've done.
+3. Push your changes to your fork of the repository.
+4. Submit a pull request to the main repository.
+
+## Guidelines
+
+Please follow these guidelines when contributing to the project:
+
+- Follow the existing coding style and conventions.
+- Write clear and concise commit messages.
+- Write descriptive and informative pull request descriptions.
+- Test your changes thoroughly before submitting a pull request.
+
+Thank you for your interest in contributing to the LMS (Link Management System) App project! If you have any questions or need any help getting started, please don't hesitate to reach out to us.
\ No newline at end of file
diff --git a/data/flutter_assets/FontManifest.json b/data/flutter_assets/FontManifest.json
new file mode 100644
index 0000000..464ab58
--- /dev/null
+++ b/data/flutter_assets/FontManifest.json
@@ -0,0 +1 @@
+[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]
\ No newline at end of file
diff --git a/data/flutter_assets/NOTICES.Z b/data/flutter_assets/NOTICES.Z
new file mode 100644
index 0000000..975c29b
Binary files /dev/null and b/data/flutter_assets/NOTICES.Z differ
diff --git a/data/flutter_assets/assets/icon.png b/data/flutter_assets/assets/icon.png
new file mode 100644
index 0000000..0f72661
Binary files /dev/null and b/data/flutter_assets/assets/icon.png differ
diff --git a/data/flutter_assets/fonts/MaterialIcons-Regular.otf b/data/flutter_assets/fonts/MaterialIcons-Regular.otf
new file mode 100644
index 0000000..8c99266
Binary files /dev/null and b/data/flutter_assets/fonts/MaterialIcons-Regular.otf differ
diff --git a/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf b/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
new file mode 100644
index 0000000..79ba7ea
Binary files /dev/null and b/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf differ
diff --git a/data/flutter_assets/shaders/ink_sparkle.frag b/data/flutter_assets/shaders/ink_sparkle.frag
new file mode 100644
index 0000000..73f984f
Binary files /dev/null and b/data/flutter_assets/shaders/ink_sparkle.frag differ
diff --git a/data/icudtl.dat b/data/icudtl.dat
new file mode 100644
index 0000000..62cfc0d
Binary files /dev/null and b/data/icudtl.dat differ
diff --git a/dist/1.1.1+12/lms-1.1.1+12-windows-setup.exe b/dist/1.1.1+12/lms-1.1.1+12-windows-setup.exe
new file mode 100644
index 0000000..61d6dc2
Binary files /dev/null and b/dist/1.1.1+12/lms-1.1.1+12-windows-setup.exe differ
diff --git a/dist/appcast.xml b/dist/appcast.xml
index 9063a92..b41e5c7 100644
--- a/dist/appcast.xml
+++ b/dist/appcast.xml
@@ -25,9 +25,9 @@
https://github.com/kekko7072/lms/releases
Sun, 27 May 2023 12:00:00 +0800
-