Skip to content

Commit 522acc8

Browse files
Add new cdn
1 parent b6c8ad9 commit 522acc8

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,30 +76,30 @@ deploy:
7676
tags: true
7777
- provider: script
7878
skip_cleanup: true
79-
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
79+
script: cd .. && cd .. && cd .. && cd .. && cdn-win.exe .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
8080
on:
8181
repo: FabianTerhorst/coreclr-module
8282
condition: "$WINDOWS_STABLE = true"
8383
tags: true
8484
- provider: script
8585
skip_cleanup: true
86-
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
86+
script: cd .. && cd .. && cd .. && chmod +x ./cdn-linux && ./cdn-linux ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
8787
on:
8888
repo: FabianTerhorst/coreclr-module
8989
condition: "$LINUX_STABLE = true"
9090
tags: true
9191
- provider: script
9292
skip_cleanup: true
9393
prerelease: true
94-
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
94+
script: cd .. && cd .. && cd .. && cd .. && cdn-win.exe .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
9595
on:
9696
repo: FabianTerhorst/coreclr-module
9797
condition: "$WINDOWS_BETA = true"
9898
tags: true
9999
- provider: script
100100
skip_cleanup: true
101101
prerelease: true
102-
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
102+
script: cd .. && cd .. && cd .. && chmod +x ./cdn-linux && ./cdn-linux ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
103103
on:
104104
repo: FabianTerhorst/coreclr-module
105105
condition: "$LINUX_BETA = true"

api/AltV.Net.NetworkingEntity/Elements/Pools/NetworkingClientPool.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using System.Collections.Generic;
32
using AltV.Net.NetworkingEntity.Elements.Entities;
43
using AltV.Net.NetworkingEntity.Elements.Factories;

cdn-linux

49.9 MB
Binary file not shown.

cdn-macos

46.5 MB
Binary file not shown.

cdn-win.exe

26.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)