Skip to content

Commit

Permalink
修复gm服务器不允许双斜杠问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzlp committed Jun 6, 2024
1 parent 9854076 commit e2abb85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameMakerManualTranslatorBuild-Project/res/build.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fsys.enum(path_manual,"*.htm",function(dirname,filename,fullpath,findData){

var tmp_importHtml=string.replace(importHtml,"@{path}",path_base+"assets\import")
var tmp_importHtml=string.replace(tmp_importHtml,"@{global}",path_base+"assets\import\language\global.js")
var tmp_importHtml=string.replace(tmp_importHtml,"@{json}",path_base+"assets\import\language\"+p+".js")
var tmp_importHtml=string.replace(tmp_importHtml,"@{json}",path_base+"assets\import\language"+p+".js")

//替换插入依赖js,css
var tmp_template=string.replace(
Expand Down
Binary file modified GameMakerManualTranslatorBuild.exe
Binary file not shown.

0 comments on commit e2abb85

Please sign in to comment.