Commit 9e64077 1 parent 849727e commit 9e64077 Copy full SHA for 9e64077
File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -155,12 +155,11 @@ macro(lift_var)
155
155
endforeach ()
156
156
endmacro ()
157
157
158
- macro (dl_contentpack url name hash )
158
+ macro (dl_contentpack url name )
159
159
set (cname "CP_${name} " )
160
160
FetchContent_Declare(
161
161
${cname}
162
162
URL ${url}
163
- URL_MD5 ${hash}
164
163
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
165
164
SOURCE_DIR "${CMAKE_BINARY_DIR} /ContentPack/${name} "
166
165
)
Original file line number Diff line number Diff line change @@ -580,12 +580,12 @@ if (WIN32 AND NOT ROR_BUILD_INSTALLER STREQUAL "Off")
580
580
endif ()
581
581
582
582
if (NOT ROR_BUILD_INSTALLER STREQUAL "Offline" )
583
- dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-trucks-heavy-equipment.490/download" "HeavyEquipment" "49a6edcce914f3d5fd57204342091c62" )
584
- dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-cars-light-vehicles.491/download" "LightVehicles" "1f5c074708f4c6d27391e612d41d871c" )
585
- dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-trailers-loads.492/download" "Loads" "c86e4d5c605f6c97efc4da25257061bb" )
586
- dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-air-sea.495/download" "AirSea" "d5510617dfbc64791e4006522a5110de" )
587
- dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-trains.494/download" "Trains" "0927db107a7d8a164f57c9b45d57f773" )
588
- dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-terrains.496/download" "Terrains" "48374d3f90045b6cd9a8271f1531f4b4" )
583
+ dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-trucks-heavy-equipment.490/download" "HeavyEquipment" )
584
+ dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-cars-light-vehicles.491/download" "LightVehicles" )
585
+ dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-trailers-loads.492/download" "Loads" )
586
+ dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-air-sea.495/download" "AirSea" )
587
+ dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-trains.494/download" "Trains" )
588
+ dl_contentpack("http://forum.rigsofrods.org/resources/content-pack-terrains.496/download" "Terrains" )
589
589
endif ()
590
590
else ()
591
591
set (CPACK_GENERATOR ZIP)
You can’t perform that action at this time.
0 commit comments