diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index ff28e17..d83ed92 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -25,10 +25,10 @@ jobs: run: find . -maxdepth 1 ! -name "." ! -name ".git" ! -name ".github" -exec mv {} ${{ env.PLUGIN_NAME }}/ \; - name: Baixar arquivo de dependência - run: curl -o controladoUtils.js https://raw.githubusercontent.com/controlado/pengu-plugins/master/controladoUtils.js + run: curl -o _controladoUtils.js https://raw.githubusercontent.com/controlado/pengu-plugins/master/_controladoUtils.js - name: Criar arquivo ZIP - run: zip -r ${{ env.PLUGIN_NAME }}.zip controladoUtils.js ${{ env.PLUGIN_NAME }}/ + run: zip -r ${{ env.PLUGIN_NAME }}.zip _controladoUtils.js ${{ env.PLUGIN_NAME }}/ - name: Criar Release id: create_release diff --git a/README.br.md b/README.br.md index 7ff9239..62f87d4 100644 --- a/README.br.md +++ b/README.br.md @@ -19,7 +19,7 @@ Clique no botão para mudar o custo selecionado :) ## Dependências [Pengu Loader 1.0.4](https://github.com/PenguLoader/PenguLoader) (ou qualquer versão superior)
-[controladoUtils.js](https://github.com/controlado/pengu-plugins/blob/master/controladoUtils.js) (deve estar na pasta de plugins) +[_controladoUtils.js](https://github.com/controlado/pengu-plugins/blob/master/_controladoUtils.js) (deve estar na pasta de plugins) ## Instalação @@ -32,7 +32,7 @@ A estrutura deve ser algo parecido com isso: 📂 Pengu Loader └── 📂 plugins ├── 📂 @default - ├── 📄 controladoUtils.js + ├── 📄 _controladoUtils.js └── 📂 buy-champions ├── 📄 trans.json └── 📄 index.js diff --git a/README.md b/README.md index ca49a44..38e1f1e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Click on the button to change the selected cost :) ## Dependencies [Pengu Loader 1.0.4](https://github.com/PenguLoader/PenguLoader) (or any higher version)
-[controladoUtils.js](https://github.com/controlado/pengu-plugins/blob/master/controladoUtils.js) (must be in the plugins folder) +[_controladoUtils.js](https://github.com/controlado/pengu-plugins/blob/master/_controladoUtils.js) (must be in the plugins folder) ## Installation @@ -32,7 +32,7 @@ The structure should look something like this: 📂 Pengu Loader └── 📂 plugins ├── 📂 @default - ├── 📄 controladoUtils.js + ├── 📄 _controladoUtils.js └── 📂 buy-champions ├── 📄 trans.json └── 📄 index.js diff --git a/index.js b/index.js index 1cfc02c..fcc354e 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import { Champion, StoreBase, addRoutines } from "../controladoUtils"; +import { Champion, StoreBase, addRoutines } from "../_controladoUtils"; import trans from "./trans.json"; /**