-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
45 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
appcast.xml,1678105638114,bcd41c0e8a9dd4428f860f890480cbcb08bfdfbadc1d15ee08f46fac537f4029 | ||
0.0.4+6/lms-0.0.4+6-macos.zip,1678105357935,50793871095b5db3d05f9a9b183d1fc6c02dea3139096c274360c5638181dc23 | ||
appcast.xml,1678106938395,2b7c949ed445575d9cb783c93bafa07b64b667e49475ff07f2320ad382c3095c | ||
0.0.5+6/lms-0.0.5+6-macos.zip,1678106638205,97f2d1483e6b43a16f9236d506a3d1035e41f24579782e3260d5657182beb42b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# List of command to create a release | ||
|
||
## macOS | ||
1. Run: flutter_distributor release --name dev --jobs release-macos | ||
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" 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 | ||
|
||
## Windows TODO | ||
1. Run: flutter_distributor release --name dev --jobs release-macos | ||
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" 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 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters