mirror of
https://github.com/driftywinds/mixplorer-releases.git
synced 2025-12-19 04:23:34 +00:00
Compare commits
3 Commits
v6.68.1_B2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2200f87e4 | ||
|
|
0fa3d41a4b | ||
|
|
752ec2604a |
19
.github/workflows/alt.yml
vendored
Normal file
19
.github/workflows/alt.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Sync repo to the Codeberg mirror
|
||||
name: Mirror Sync
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
workflow_dispatch: # Manual dispatch
|
||||
schedule:
|
||||
- cron: "0 */6 * * *"
|
||||
jobs:
|
||||
codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
with:
|
||||
target_repo_url: "git@codeberg.org:driftywinds/mixplorer-releases.git"
|
||||
ssh_private_key: ${{ secrets.CODEBERG_SSH }}
|
||||
25
README.md
25
README.md
@@ -3,7 +3,9 @@ Repository for the releases of the file explorer app MiXplorer.
|
||||
|
||||
[](https://img.shields.io/github/downloads/driftywinds/mixplorer-releases/total?style=for-the-badge) [](https://img.shields.io/github/downloads/driftywinds/mixplorer-releases/latest/total?style=for-the-badge)
|
||||
|
||||
<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" width="200" height="60">
|
||||
[<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png"
|
||||
alt="Get it on Obtanium"
|
||||
height="75">](https://github.com/driftywinds/mixplorer-releases/releases)
|
||||
|
||||
MiXplorer updates are annoying (the in-app update downloads the latest version and does not delete the downloaded file), and cannot be streamlined with Obtanium ordinarily because the releases take place on [this](https://xdaforums.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/) XDA thread which requires manually finding it or using the in-app updater. I needed a way to auto-update so I established this empty repo with only releases for new versions of MiXplorer as they come out. You can copy paste this link - `https://github.com/driftywinds/mixplorer-releases` to add it to Obtanium and it will automatically update MiXplorer for you.
|
||||
|
||||
@@ -13,7 +15,26 @@ P.S. You can use my AMOLED Black theme for MiXplorer in two ways: -
|
||||
1. by copying the contents [here](https://raw.githubusercontent.com/driftywinds/mixplorer-releases/refs/heads/main/driftys_Midnight_(AMOLED_Black)_Theme_(Skin)_for_MiXplorer.mic) and pasting them in the Settings > Skins > Add > Clipboard menu in the app, OR
|
||||
2. by downloading the file and importing it from MiXplorer itself.
|
||||
|
||||
----
|
||||
---
|
||||
|
||||
Some other projects of mine: -
|
||||
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=spotify-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="Spotify builds"
|
||||
height="120">](https://github.com/driftywinds/spotify-builds)
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=yt-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="YT builds"
|
||||
height="120">](https://github.com/driftywinds/yt-builds)
|
||||
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=ytm-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="YTM Releases"
|
||||
height="120">](https://github.com/driftywinds/ytm-builds)
|
||||
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=balatro-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="Balatro builds"
|
||||
height="120">](https://github.com/driftywinds/balatro-builds)
|
||||
|
||||
---
|
||||
|
||||
## Star History
|
||||
|
||||
|
||||
Reference in New Issue
Block a user