From 11f5d61d95f3857ec22bdb70ad905f515c8dc769 Mon Sep 17 00:00:00 2001 From: Saltssaumure Date: Fri, 24 Mar 2023 02:55:01 +0000 Subject: [PATCH] Release for Replugged --- .gitignore | 7 ++++++- manifest.json | 18 ++++++++++++++++++ package.json | 16 ++++++++++++---- pios-linux.code-workspace | 2 +- pios-windows.code-workspace | 2 +- powercord_manifest.json | 2 +- 6 files changed, 39 insertions(+), 8 deletions(-) create mode 100644 manifest.json diff --git a/.gitignore b/.gitignore index 0271419..c9d512a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ /stuff node_modules -package-lock.json \ No newline at end of file +package-lock.json +pnpm-lock.yaml + +.parcel-cache +bundle +dist \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..414d6ee --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +{ + "id": "net.saltssaumure.dev.piOS", + "name": "piOS", + "description": "SUPERHOT piOS inspired Discord theme.", + "author": { + "name": "Saltssaumure", + "discordID": "134142022092062720", + "github": "Saltssaumure" + }, + "version": "9", + "updater": { + "type": "github", + "id": "Saltssaumure/pios-discord-theme" + }, + "license": "GPL-3.0", + "type": "replugged-theme", + "main": "scss/pios.scss" +} diff --git a/package.json b/package.json index 9b94074..ac1a924 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,25 @@ { - "name": "pios", + "name": "pios-discord-theme", "version": "9", - "description": "SUPERHOT piOS inspired theme built for BetterDiscord.", + "description": "SUPERHOT piOS inspired Discord theme.", "repository": "https://github.com/Saltssaumure/pios-discord-theme.git", "author": "Saltssaumure ", "license": "GPL-3.0", "private": true, "scripts": { "dev": "bd-scss dev", - "build": "bd-scss build" + "bd": "bd-scss build", + "plug": "replugged build theme", + "bundle": "replugged bundle theme" }, "type": "module", "dependencies": { - "bd-scss": "file:../bd-scss" + "@parcel/config-default": "^2.8.3", + "@parcel/core": "^2.8.3", + "@parcel/transformer-sass": "^2.8.3", + "@types/node": "^18.15.3", + "salt-bd-scss": "^1.0.0", + "prettier": "^2.8.4", + "replugged": "^4.2.1" } } diff --git a/pios-linux.code-workspace b/pios-linux.code-workspace index ca6ac47..2d6c70c 100644 --- a/pios-linux.code-workspace +++ b/pios-linux.code-workspace @@ -22,6 +22,6 @@ ], "liveSassCompile.settings.generateMap": false, "liveSassCompile.settings.showOutputWindowOn": "Information", - "liveSassCompile.settings.watchOnLaunch": true, + "liveSassCompile.settings.watchOnLaunch": false, } } \ No newline at end of file diff --git a/pios-windows.code-workspace b/pios-windows.code-workspace index 2b7d603..2a45357 100644 --- a/pios-windows.code-workspace +++ b/pios-windows.code-workspace @@ -22,6 +22,6 @@ ], "liveSassCompile.settings.generateMap": false, "liveSassCompile.settings.showOutputWindowOn": "Information", - "liveSassCompile.settings.watchOnLaunch": true, + "liveSassCompile.settings.watchOnLaunch": false, } } \ No newline at end of file diff --git a/powercord_manifest.json b/powercord_manifest.json index cf8b979..3d21e9e 100644 --- a/powercord_manifest.json +++ b/powercord_manifest.json @@ -1,6 +1,6 @@ { "name": "piOS", - "description": "SUPERHOT piOS inspired theme. With customisable colours, glow intensity, support for both cosy and compact mode.", + "description": "SUPERHOT piOS inspired Discord theme.", "version": "9", "author": "Saltssaumure", "theme": "pios.min.css",