Skip to content

Commit

Permalink
fix script path. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Apr 28, 2024
1 parent 07532f6 commit cd1b7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Script/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ do -- 11
Path(_with_0.assetPath, "Script", "Lib", "Dora", App.locale:match("^zh") and "zh-Hans" or "en") -- 14
} -- 12
end -- 11
return require("Dev.Entry") -- 16
return require("Script.Dev.Entry") -- 16
2 changes: 1 addition & 1 deletion Assets/Script/init.yue
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ with Content
* Path .assetPath, "Script", "Lib"
* Path .assetPath, "Script", "Lib", "Dora", App.locale\match("^zh") and "zh-Hans" or "en"

require "Dev.Entry"
require "Script.Dev.Entry"

0 comments on commit cd1b7a5

Please sign in to comment.