Skip to content

Commit

Permalink
Merge to dev (Exiled-Team#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Jul 31, 2024
1 parent 92af4ce commit fd3840a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
working-directory: ./EXILED

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

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ defaults:
working-directory: ./EXILED

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

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions EXILED/Exiled.Installer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal enum PathResolution

internal static class Program
{
private const long RepoID = 828620622;
private const long RepoID = 833723500;
private const string ExiledAssetName = "exiled.tar.gz";

// This is the lowest version the installer will check to install
Expand Down Expand Up @@ -303,4 +303,4 @@ private static Release FindRelease(CommandSettings args, IEnumerable<Release> re
return enumerable.First();
}
}
}
}
4 changes: 2 additions & 2 deletions EXILED/Exiled.Loader/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Exiled.Loader
/// </summary>
internal sealed class Updater
{
private const long REPOID = 828620622;
private const long REPOID = 833723500;
private const string INSTALLER_ASSET_NAME_LINUX = "Exiled.Installer-Linux";
private const string INSTALLER_ASSET_NAME_WIN = "Exiled.Installer-Win.exe";

Expand Down Expand Up @@ -332,4 +332,4 @@ private bool FindAsset(string assetName, Release release, out ReleaseAsset asset
return false;
}
}
}
}

0 comments on commit fd3840a

Please sign in to comment.