




















@hawkeye116477 Thanks for your feedback. I only commented out the steam dependency for compilation purposes. The issue has now been fixed.
It doesn't detect Steam games, cuz can't find libsteam_api.so.
I fixed that by changing one line of script:
export LD_LIBRARY_PATH="${_APPDIR}/lib:${_APPDIR}/app.asar.unpacked/node_modules/steamworks.js/dist/linux64/:${LD_LIBRARY_PATH}"
@hawkeye116477 Thanks,fixed it.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@zxp19821005 And you tested that with Steam games? It still needs libsteam_api.so, which is at
${_APPDIR}/app.asar.unpacked/node_modules/steamworks.js/dist/linux64/, so we need to help app find that, as I previously wrote.