Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor/make-plugin-…
Browse files Browse the repository at this point in the history
…easy-to-maintain
  • Loading branch information
bytemain committed Mar 7, 2024
2 parents a0feebe + 2956e35 commit 92e7071
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ function PLUGIN:EnvKeys(ctx)
--- this variable is same as ctx.sdkInfo['plugin-name'].path
local mainPath = ctx.path
local runtimeVersion = ctx.runtimeVersion
local mainSdkInfo = ctx.main
local mpath = mainSdkInfo.path
local mversion = mainSdkInfo.version
local mname = mainSdkInfo.name
local sdkInfo = ctx.sdkInfo['sdk-name']
local path = sdkInfo.path
local version = sdkInfo.version
Expand Down

0 comments on commit 92e7071

Please sign in to comment.