Skip to content

Commit

Permalink
Fixed some issue on RELEASE-CLI.md and in appcast.xml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed May 28, 2023
1 parent 6bb36bf commit e991f17
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store,1685184056753,9cdc16b4d2e9e988d1b63a28e5dc30cd4549fc783bd1861db8f4b9c9ee9152ab
1.1.0+10/.DS_Store,1685184098447,dd0026c7acfe35029e82c6198aaa0b6b5499c5086b557da4eebd80b82ea0b5b4
.DS_Store,1685184557703,8185eb9e6336592305d6ca67d6c4668c50ec0a89d29146a70ece8c9742b89859
1.1.0+10/.DS_Store,1685184596685,5cfd9fccf932f09d3da503fb3218e0cf2100781a5500211f1f97ce8fe57a4852
1.1.0+10/lms-1.1.0+10-macos.zip,1685183548478,b88cff18f8ff1cb568152752e218f9541ec5073f22a2bc4f65e90d97de9041a9
1.1.0+10/lms-1.1.0+10-windows.exe,1685184049787,63928558e55a14bc35322bd47bf5036b59c6506d76544a9b7c61b7d3c9d84a32
appcast.xml,1685184175845,bc992a19a0df28e77dfd768ae4d0e1d1848c460332c59276d1449d984b55b84a
1.1.0+11/lms-1.1.0+11-windows-setup.exe,1685268042427,8a1ce6519bd14b685aeb60f83d37c0e6b01f30e737c3a16a29629b15f3bd0cff
appcast.xml,1685268727005,e47bf14ccdde0b48f956a5a7e9580e95ecfc3213060dda3a3057aa99dc224556
14 changes: 11 additions & 3 deletions RELEASE-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
3. Paste url and run: flutter pub run auto_updater:sign_update URL_TO_COPY
4. Copy sparkle:edSignature="ID_TO_COPY" length="LENGTH_TO_COPY"
5. Paste ID_TO_COPY and LENGTH_TO_COPY into appcast.xml
6. Change <enclosure url="VERSION_TO_CHANGE" to corretct new verion
6. Run: firebase deploy
6. Change sparkle:version="VERSION_TO_CHANGE" to corretct new verion
7. Change <enclosure url="VERSION_TO_CHANGE" to corretct new verion
8. Run: firebase deploy

## Windows TODO

1. Run: flutter_distributor release --name dev --jobs release-windows
2. Copy url : Successfully packaged URL_TO_COPY
3. Paste url and run: flutter pub run auto_updater:sign_update URL_TO_COPY
4. Copy sparkle:edSignature="ID_TO_COPY"
5. Paste ID_TO_COPY into appcast.xml
6. Change sparkle:version="VERSION_TO_CHANGE+BUILD_NUMBER" to corretct new verion
7. Change <enclosure url="VERSION_TO_CHANGE" to corretct new verion
8. Run: firebase deploy
Binary file removed dist/1.1.0+10/lms-1.1.0+10-windows.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<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>
<sparkle:version>10</sparkle:version> <!--Use BUILD_VERSION-->
<sparkle:shortVersionString>1.1.0+10</sparkle:shortVersionString>
<enclosure url="1.1.0+10/lms-1.1.0+10-macos.zip"
sparkle:edSignature="EF6IT84Y8qAhCiFm1XGMFVflrff8QWpzcnEEkbqz4qPV0oRbeUXTUvslseILSCmxtDqQ0niQRGwfGQAhyIyyCg=="
length="18071421"
Expand Down

0 comments on commit e991f17

Please sign in to comment.