4
Fork 0

Bumped Steam DLL version

enderal-se-2.0
Eddoursul 2 years ago
parent 9475215cd4
commit 6cdedd9d42
  1. BIN
      SKSE/Plugins/EnderalSteam.dll
  2. 2
      source/Steam DLL/CMakeLists.txt
  3. 2
      source/Steam DLL/vcpkg.json

BIN
SKSE/Plugins/EnderalSteam.dll (Stored with Git LFS)

Binary file not shown.

@ -6,7 +6,7 @@ message("Using toolchain file ${CMAKE_TOOLCHAIN_FILE}.")
######################################################################################################################## ########################################################################################################################
project( project(
EnderalSteam EnderalSteam
VERSION 1.0.1 VERSION 1.0.2
DESCRIPTION "Enderal SE Steam Support" DESCRIPTION "Enderal SE Steam Support"
LANGUAGES CXX) LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD 23)

@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "enderal-se-steam", "name": "enderal-se-steam",
"version-string": "1.0.1", "version-string": "1.0.2",
"port-version": 0, "port-version": 0,
"description": "Enderal SE Steam Support", "description": "Enderal SE Steam Support",
"homepage": "https://eddoursul.win/mods/enderal-se/", "homepage": "https://eddoursul.win/mods/enderal-se/",

Loading…
Cancel
Save