Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Aug 28, 2024
1 parent a412756 commit 2b57449
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions misc/nightly/plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ mkdir -p outfinalnewARM64/Plugins
cd plugins

VERSION_7Z=24.08
curl -o arclite/7z/7z-${VERSION_7Z}.zip https://github.com/FarGroup/thirdparty/blob/master/7z-${VERSION_7Z}.zip
curl -o arclite/7z/7z-${VERSION_7Z}.zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/7z-${VERSION_7Z}.zip
unzip arclite/7z/7z-${VERSION_7Z}.zip -d arclite/7z/${VERSION_7Z}

VERSION_LUASDK=20240301
curl -o luamacro/luasdk/LuaSDK-${VERSION_LUASDK}.zip https://github.com/FarGroup/thirdparty/blob/master/LuaSDK-${VERSION_LUASDK}.zip
curl -o luamacro/luasdk/LuaSDK-${VERSION_LUASDK}.zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/LuaSDK-${VERSION_LUASDK}.zip
unzip luamacro/luasdk/LuaSDK-${VERSION_LUASDK}.zip -d luamacro/luasdk/${VERSION_LUASDK}

MASKS="*.dll *.hlf *.lng *.farconfig *.lua *.map *.pdb"
Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/arclite.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemDefinitionGroup>
<PreBuildEvent>
<Message>Downloading 7-Zip binaries</Message>
<Command>if not exist $(Release7ZDll) powershell -c "Invoke-WebRequest -Uri 'https://github.com/FarGroup/thirdparty/blob/master/7z-$(Version7Z).zip' -OutFile '7z\7z-$(Version7Z).zip'; Expand-Archive 7z\7z-$(Version7Z).zip -DestinationPath 7z\$(Version7Z)"
<Command>if not exist $(Release7ZDll) powershell -c "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/FarGroup/thirdparty/master/7z-$(Version7Z).zip' -OutFile '7z\7z-$(Version7Z).zip'; Expand-Archive 7z\7z-$(Version7Z).zip -DestinationPath 7z\$(Version7Z)"
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/makefile_gcc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ depfile:

$(7ZDLL):
@echo Downloading 7-Zip binaries
curl -o 7z/7z-$(VERSION_7Z).zip https://github.com/FarGroup/thirdparty/blob/master/7z-$(VERSION_7Z).zip && unzip 7z/7z-$(VERSION_7Z).zip -d 7z/$(VERSION_7Z)
curl -o 7z/7z-$(VERSION_7Z).zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/7z-$(VERSION_7Z).zip && unzip 7z/7z-$(VERSION_7Z).zip -d 7z/$(VERSION_7Z)

clean:
$(MAKE) -f makefile_gcc $(MK_FLAGS) clean BUILD=1
Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/makefile_vc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ depfile:

$(7ZDLL):
@echo Downloading 7-Zip binaries
powershell -c "Invoke-WebRequest -Uri 'https://github.com/FarGroup/thirdparty/blob/master/7z-$(VERSION_7Z).zip' -OutFile '7z\7z-$(VERSION_7Z).zip'; Expand-Archive 7z\7z-$(VERSION_7Z).zip -DestinationPath 7z\$(VERSION_7Z)"
powershell -c "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/FarGroup/thirdparty/master/7z-$(VERSION_7Z).zip' -OutFile '7z\7z-$(VERSION_7Z).zip'; Expand-Archive 7z\7z-$(VERSION_7Z).zip -DestinationPath 7z\$(VERSION_7Z)"


clean:
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/makefile_lib_gcc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ luasdk/$(VERSION_LUASDK)/$(BITPREFIX)$(DIRBIT)/lua51.lib: luasdk/$(VERSION_LUASD
luasdk/$(VERSION_LUASDK)/$(BITPREFIX)$(DIRBIT)/lpeg.dll: luasdk/$(VERSION_LUASDK)/$(BITPREFIX)$(DIRBIT)/lua51.dll
luasdk/$(VERSION_LUASDK)/$(BITPREFIX)$(DIRBIT)/lua51.dll:
@echo Downloading 7-Zip binaries
curl -o luasdk/LuaSDK-$(VERSION_LUASDK).zip https://github.com/FarGroup/thirdparty/blob/master/LuaSDK-$(VERSION_LUASDK).zip && unzip luasdk/LuaSDK-$(VERSION_LUASDK).zip -d luasdk/$(VERSION_LUASDK)
curl -o luasdk/LuaSDK-$(VERSION_LUASDK).zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/LuaSDK-$(VERSION_LUASDK).zip && unzip luasdk/LuaSDK-$(VERSION_LUASDK).zip -d luasdk/$(VERSION_LUASDK)

clean::
@$(RM) $(DLLDIR)/lua*.* $(OBJS) $(DEPS)
2 changes: 1 addition & 1 deletion plugins/luamacro/makefile_lib_vc
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ luasdk\$(VERSION_LUASDK)\$(BITPREFIX)$(DIRBIT)\lua51.lib: luasdk\$(VERSION_LUASD
luasdk\$(VERSION_LUASDK)\$(BITPREFIX)$(DIRBIT)\lpeg.dll: luasdk\$(VERSION_LUASDK)\$(BITPREFIX)$(DIRBIT)\lua51.dll
luasdk\$(VERSION_LUASDK)\$(BITPREFIX)$(DIRBIT)\lua51.dll:
@echo Downloading Lua binaries
powershell -c "Invoke-WebRequest -Uri 'https://github.com/FarGroup/thirdparty/blob/master/LuaSDK-$(VERSION_LUASDK).zip' -OutFile 'luasdk\LuaSDK-$(VERSION_LUASDK).zip'; Expand-Archive luasdk\LuaSDK-$(VERSION_LUASDK).zip -DestinationPath luasdk\$(VERSION_LUASDK)
powershell -c "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/FarGroup/thirdparty/master/LuaSDK-$(VERSION_LUASDK).zip' -OutFile 'luasdk\LuaSDK-$(VERSION_LUASDK).zip'; Expand-Archive luasdk\LuaSDK-$(VERSION_LUASDK).zip -DestinationPath luasdk\$(VERSION_LUASDK)

0 comments on commit 2b57449

Please sign in to comment.