Skip to content

Commit

Permalink
Create first github release (v3.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmurtzm committed Aug 15, 2023
1 parent 84df306 commit 0251aeb
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 11 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Create Easy Logotweak Release

permissions:
id-token: "write"
contents: "write"
packages: "write"
pull-requests: "read"

on:
push:
tags:
- v*


jobs:
tagged-release:
name: Tagged release
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Get version
run: |
TAG="${{ github.ref_name }}"
echo "BUILD_VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Install 7-Zip
run: sudo apt-get update && sudo apt-get install p7zip-full
- name: Compress SD_CARD contents
run: |
7z a ../Easy-LogoTweak_v${{ env.BUILD_VERSION }}.zip . && cd ..
working-directory: ./SD_CARD

- name: Create Release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
title: "Easy Logotweak v${{ env.BUILD_VERSION }}"
prerelease: false
files: ./*.zip
draft: false
# automatic_release_tag: latest

16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,14 @@ The community has made some excellent tutorial videos, I invite you to have a lo
------------------------------------------------
## Download

[Click here for direct download](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fschmurtzm%2FMiyoo-Mini-easy-logotweak%2Ftree%2Fmain%2FSD_CARD%2FApp)


Or use the "normal" way to download sources on Github :

<img src="https://user-images.githubusercontent.com/7110113/177954376-4b36be7a-eb07-4cca-8fa6-7866e5bdece1.png" width="300" height="200">

More details in the video about Easy LogoTweak made by Retro Game Corps : https://youtu.be/fMhtj9VQRSk?t=111
[Click here to get the last version released](https://github.com/schmurtzm/test-temp/releases/)

------------------------------------------------
## Installation

#### To use with Onion-OS
```
1 - Open the downloaded archive and extract "logotweak" folder in your "App" folder.
1 - Open the downloaded archive and extract the content of the archive at the root of your SD card.
2 - Run the app logotweak, and choose your logo. That' all : power off -> power on to see the result ;)
```
#### To use with MiniUI
Expand All @@ -68,7 +61,7 @@ More technical details about logo creation in the detailed documentation below.

An excellent tutorial video about Easy LogoTweak made by Retro Game Corps (click on the picture to view it) :

(great instructions about how to download from github, the problem on MiniUI mentioned in this video has been solved in version 1.3)
(great instructions about how to download from github (deprecated since 3.0.4), the problem on MiniUI mentioned in this video has been solved in version 1.3)

[![An excellent tutorial video made by Retro Game Corps](https://img.youtube.com/vi/fMhtj9VQRSk/0.jpg)](https://youtu.be/fMhtj9VQRSk])

Expand Down Expand Up @@ -260,6 +253,7 @@ Do not hesitate, **Participate**, there are many ways :
- Or you can buy me a coffee to keep me awake during night coding sessions :dizzy_face: !
<a href="https://www.buymeacoffee.com/schmurtz"><img src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg" alt="Buy me a coffee" width="100"/></a>
<br/><br/>

Your contributions make a huge difference in keeping these projects alive !


Expand All @@ -271,4 +265,4 @@ Your contributions make a huge difference in keeping these projects alive !
[patreon]: https://www.patreon.com/schmurtz

===========================================================================


0 comments on commit 0251aeb

Please sign in to comment.