Skip to content

Commit 596a425

Browse files
Jesus-QCMisfiyMisaka-ZeroTwo
authored
fetching master (#138)
Co-authored-by: Nameless <85962933+Misfiy@users.noreply.github.com> Co-authored-by: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com>
1 parent 21dae12 commit 596a425

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

.github/labeler.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,28 @@ Scripts: # Add the 'Scripts' label
1313

1414
regarding-events: # Add the 'Events' label
1515
- changed-files:
16-
- any-glob-to-any-file: Exiled.Events/** # Any Modifications to events
16+
- any-glob-to-any-file: EXILED/Exiled.Events/** # Any Modifications to events
1717

1818
regarding-api: # Add the 'API' label
1919
- changed-files:
20-
- any-glob-to-any-file: Exiled.API/** # Any modifications to the API
20+
- any-glob-to-any-file: EXILED/Exiled.API/** # Any modifications to the API
2121

2222
regarding-transpiler: # Add the 'transpiler' label
2323
- changed-files:
24-
- any-glob-to-any-file: Exiled.Events/Patches/**/* # Any modifications to transpiler files
24+
- any-glob-to-any-file: EXILED/Exiled.Events/Patches/**/* # Any modifications to transpiler files
2525

2626
CustomModules: # Add the 'CustomModules' label
2727
- changed-files:
28-
- any-glob-to-any-file: Exiled.CustomModules/** # Any modifications to CustomModules
28+
- any-glob-to-any-file: EXILED/Exiled.CustomModules/** # Any modifications to CustomModules
2929

3030
Installer: # Add the 'Installer' label
3131
- changed-files:
32-
- any-glob-to-any-file: Exiled.Installer/** # Any modifications to the Installer
32+
- any-glob-to-any-file: EXILED/Exiled.Installer/** # Any modifications to the Installer
3333

3434
Localization: # Add the 'Localization' label
3535
- changed-files:
36-
- any-glob-to-any-file: Localization/** # Any modifications to Localization
36+
- any-glob-to-any-file: EXILED/Localization/** # Any modifications to Localization
3737

3838
GitHub_Actions: # Add the 'GitHub' label
3939
- changed-files:
4040
- any-glob-to-any-file: .github/** # Any modifications to github related files
41-

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
working-directory: ./EXILED
1414

1515
env:
16-
EXILED_REFERENCES_URL: https://Exiled-Official.github.io/SL-References/Master.zip
16+
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Master.zip
1717
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
1818

1919
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ defaults:
1111
working-directory: ./EXILED
1212

1313
env:
14-
EXILED_REFERENCES_URL: https://Exiled-Official.github.io/SL-References/Dev.zip
14+
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Dev.zip
1515
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
16-
EXILED_DLL_ARCHIVER_URL: https://github.com/Exiled-Official/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe
16+
EXILED_DLL_ARCHIVER_URL: https://github.com/ExMod-Team/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe
1717

1818
jobs:
1919
build:

EXILED/Exiled.Installer/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal enum PathResolution
4242

4343
internal static class Program
4444
{
45-
private const long RepoID = 828620622;
45+
private const long RepoID = 833723500;
4646
private const string ExiledAssetName = "exiled.tar.gz";
4747

4848
// This is the lowest version the installer will check to install
@@ -303,4 +303,4 @@ private static Release FindRelease(CommandSettings args, IEnumerable<Release> re
303303
return enumerable.First();
304304
}
305305
}
306-
}
306+
}

EXILED/Exiled.Loader/Updater.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Exiled.Loader
3131
/// </summary>
3232
internal sealed class Updater
3333
{
34-
private const long REPOID = 828620622;
34+
private const long REPOID = 833723500;
3535
private const string INSTALLER_ASSET_NAME_LINUX = "Exiled.Installer-Linux";
3636
private const string INSTALLER_ASSET_NAME_WIN = "Exiled.Installer-Win.exe";
3737

@@ -332,4 +332,4 @@ private bool FindAsset(string assetName, Release release, out ReleaseAsset asset
332332
return false;
333333
}
334334
}
335-
}
335+
}

0 commit comments

Comments
 (0)