Skip to content

Commit

Permalink
fix: utils renomeado
Browse files Browse the repository at this point in the history
  • Loading branch information
controlado committed Jul 21, 2023
1 parent e76dc5c commit 3afdba5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.br.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <br>
[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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <br>
[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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Champion, StoreBase, addRoutines } from "../controladoUtils";
import { Champion, StoreBase, addRoutines } from "../_controladoUtils";
import trans from "./trans.json";

/**
Expand Down

0 comments on commit 3afdba5

Please sign in to comment.