diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb9108e..e67cc74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,20 +70,26 @@ jobs: - name: Generating `macOSBigSur` Cursor Theme run: python build.py + - name: Compressing Artifacts + run: | + tar -cvzf logs.tar.gz build.log + tar -cvzf bitmaps.tar.gz bitmaps + tar -cvzf macOSBigSur.tar.gz themes + - name: Uploading `macOSBigSur` Build Log artifact uses: actions/upload-artifact@v2 with: name: logs - path: build.log + path: logs.tar.gz - name: Uploading `bitmaps` artifact uses: actions/upload-artifact@v2 with: name: bitmaps - path: bitmaps/* + path: bitmaps.tar.gz - name: Uploading `macOSBigSur` Theme artifact uses: actions/upload-artifact@v2 with: name: macOSBigSur - path: themes + path: macOSBigSur.tar.gz diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e98f0..2cd1710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Product logo (on [imgur](https://i.imgur.com/GVLFmwF)) +- fix wrong implementation vertical resize cursor in **KDE** +- Compressed files in `build` **GitHub Action** ## [1.0.3] - 30 August 2020 diff --git a/PLING.bbcode b/PLING.bbcode index 19e0067..9a5c903 100644 --- a/PLING.bbcode +++ b/PLING.bbcode @@ -1,12 +1,11 @@ [b]macOS Big Sur[/b] Cursor Theme with [b]HiDPi[/b] Display support. This Cursor is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b]. [i]Available Sizes[/i] [b]24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96 -[/b][i]Current Version[/i] [b]1.0.2 [/b][i]Get latest build[/i] @[b][url=https://github.com/ful1e5/apple_cursor/actions]GitHub Actions[/url][/b] [i]Release Notification[/i] at [b][url=https://twitter.com/ful1e5]Twitter[/url][/b](@ful1e5) [b][size=150]Linux/X11 installation[/size][/b] -Get the latest stable/dev-version Linux release from the on the [b][url=https://github.com/ful1e5/apple_cursor/releases]GitHub Releases[/url][/b]. [size=85]Unpack [b].tar[/b] file and follow these [b]commands[/b].[/size] +Get the latest stable/dev-version Linux release from the on the [b][url=https://github.com/ful1e5/apple_cursor/releases]GitHub Releases[/url][/b]. [size=85]Unpack [b].tar.gz[/b] file and follow these [b]commands[/b].[/size] [b]Install[/b] [b]For all user:[/b] @@ -22,7 +21,7 @@ Get the latest stable/dev-version Linux release from the on the [b][url=https:// [size=150][b]Window installation[/b][/size] [list=1][*]unzip [b]macOSBigSur_Windows.zip[/b] file[/*][*]Open [b]macOSBigSur_Windows/[/b] in Explorer, and [b]right-click[/b] on [b]install.inf[/b].[/*][*]Click 'Install' from the context menu, and authorise the modifications to your system.[/*][*]Open [i]Control Panel > Personalisation and Appearance > Change mouse pointers[/i], and select [b]MacOSBigSur Cursors[/b].[/*][*]Click '[b]Apply[/b]'.[/*][/list][b]How I help the Creator?[/b] -[list=2][*][size=85]Give a [b]Star[/b] or [b]Follow[/b] on [b][url=https://github.com/ful1e5/apple_cursor]GitHub[/url][/b] (issues & PullRequest are welcome).[/size][/*][*][size=85]By giving a [b]Pling[/b] or [b][url=https://www.paypal.me/kaizkhatri]Donation[/url][/b].[/size][/*][*][size=85][b]Download[/b] from[url=https://www.pling.com/p/1408466/] Pling.com[/url] Product page that helps to [b]increases[/b] my [b]monthly payout[/b].[/size][/*][*][size=85][b][url=https://www.pling.com/support]Become Support of Pling.com[/url][/b], So we become [b]Full-Time [/b]Libre & FOSS content creator [b];)[/b][/size][/*][/list] +[list=2][*][size=85]Give a [b]Star[/b] or [b]Follow[/b] on [b][url=https://github.com/ful1e5/apple_cursor]GitHub[/url][/b] (issues & PullRequest are welcome).[/size][/*][*][size=85]By giving a [b]Pling[/b] or [b][url=https://www.paypal.me/kaizkhatri]Donation[/url][/b].[/size][/*][*][size=85][b]Download[/b] from[url=https://www.pling.com/p/1408466/] Pling.com[/url] Product page that helps to [b]increases[/b] my [b]monthly payout[/b].[/size][/*][*][size=85][b][url=https://www.pling.com/support]Become Supporter of Pling.com[/url][/b], So we become [b]Full-Time [/b]Libre & FOSS content creator [b];)[/b][/size][/*][/list] [size=150][b]License & Terms[/b][/size] '[b]macOS Big Sur[/b]' Cursor Theme is available under the terms of the [b]GPL-3.0[/b] license. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2c02d5d..08b4983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -clickgen==1.1.5 +clickgen==1.1.6 Pillow==7.2.0