Skip to content

Commit

Permalink
unlock glaze version
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Jul 29, 2024
1 parent d9cb21e commit 91ed288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
- name: Build
run: |
xmake f -m "Game__Shipping__Win64" -y -vD
$log_file = 'C:\Users\runneradmin\AppData\Local\.xmake\cache\packages\2407\g\glaze\v2.9.0\installdir.failed\logs\install.txt'
if (Test-Path $log_file) {
Get-Content $log_file | Write-Output
} else {
Write-Output "Log file not found: $log_file"
}
xmake build
- name: Check and Print Glaze Log
Expand Down
2 changes: 1 addition & 1 deletion UE4SS/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_requires("ImGuiTextEdit v1.0", { debug = is_mode_debug(), configs = {runtime
add_requires("IconFontCppHeaders v1.0", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()}})
add_requires("glfw 3.3.9", { debug = is_mode_debug() , configs = {runtimes = get_mode_runtimes()}})
add_requires("opengl", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("glaze 2.9.0", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("glaze", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("fmt 10.2.1", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })

option("ue4ssBetaIsStarted")
Expand Down

0 comments on commit 91ed288

Please sign in to comment.