Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Feb 28, 2024
1 parent 1d5255d commit 1eed9fd
Show file tree
Hide file tree
Showing 11 changed files with 326 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Make your experience better with spotify links.

Like Playing directly or adding in queue. (Also opening directly in app)

Direct Download Link: [dev.tharki.Distify.asar](https://github.com/TharkiDev/Distify/releases/latest/download/dev.tharki.Distify.asar)
Direct Download Link: [dev.tharki.Distify.asar](https://github.com/Yofukashi-No/Distify/releases/latest/download/dev.tharki.Distify.asar)

Install Link:


[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=TharkiDev/Distify&source=github)
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=Yofukashi-No/Distify&source=github)

![image](https://i.imgur.com/i7r0j9L.png)

Expand Down
14 changes: 6 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"id": "dev.tharki.Distify",
"name": "Distify",
"description": "Make your experience better with spotify links.",
"author": [
{
"name": "Ahlawat",
"discordID": "1121961711080050780",
"github": "TharkiDev"
}
],
"author": {
"name": "Ahlawat",
"discordID": "1121961711080050780",
"github": "YofukashiNo"
},
"version": "1.0.2",
"updater": {
"type": "store",
Expand All @@ -17,6 +15,6 @@
"license": "MIT",
"type": "replugged-plugin",
"renderer": "src/index.ts",
"source": "https://github.com/TharkiDev/Distify",
"source": "https://github.com/YofukashiNo/Distify",
"image": "https://i.imgur.com/i7r0j9L.png"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.8",
"replugged": "^4.7.4",
"replugged": "^4.7.8",
"type-fest": "^3.10.0",
"typescript": "^5.0.4"
}
Expand Down
Loading

0 comments on commit 1eed9fd

Please sign in to comment.