mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Fix tag typo
This commit is contained in:
parent
c40ba88f6c
commit
ba60d13972
3 changed files with 1 additions and 2 deletions
Binary file not shown.
|
@ -700,7 +700,6 @@ namespace Toolbox
|
|||
{
|
||||
foreach (Form frm in this.MdiChildren) frm.Close();
|
||||
|
||||
|
||||
OnMdiWindowClosed();
|
||||
|
||||
RenderTools.DisposeTextures();
|
||||
|
|
|
@ -8,7 +8,7 @@ build:
|
|||
verbosity: minimal
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
tag: EXPERIMENTAL_v1.0r2,5_BETA
|
||||
tag: EXPERIMENTAL_v1.0r2.5_BETA
|
||||
release: Experimental Release
|
||||
auth_token:
|
||||
secure: vDPwgMnjU54ZBjDmIfPNaES/JfhJBkj1yZ1kZwNf3ls8IUjPhVEWR2FDBVV0MySO
|
||||
|
|
Loading…
Reference in a new issue