mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[Repos] Add PC Plugins repo
This commit is contained in:
parent
2c48e7fd6f
commit
31dea36c77
2 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
import nova from './nova.js';
|
||||
|
||||
import pcPlugins from './ports/plugins/pcPlugins.js';
|
||||
|
||||
|
||||
export default [
|
||||
{
|
||||
meta: {
|
||||
|
@ -9,4 +12,12 @@ export default [
|
|||
filename: 'nova',
|
||||
modules: nova,
|
||||
},
|
||||
{
|
||||
meta: {
|
||||
name: 'Store Core - PC Plugins',
|
||||
description: 'Auto-ported Powercord plugins.'
|
||||
},
|
||||
filename: 'pcplugins',
|
||||
modules: pcPlugins
|
||||
}
|
||||
];
|
||||
|
|
5
src/modules/ports/plugins/pcPlugins.js
Normal file
5
src/modules/ports/plugins/pcPlugins.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default [
|
||||
['notsapinho/powercord-mute-folder', '', '/manifest.json', 'pcPlugin', {
|
||||
authors: ['506482395269169153']
|
||||
}]
|
||||
];
|
Loading…
Reference in a new issue