File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
CSharp.lua.Launcher/Properties/PublishProfiles Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ This file is used by the publish/package process of your project. You can customize the behavior of this process
4+ by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
5+ -->
6+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
7+ <PropertyGroup >
8+ <PublishProtocol >FileSystem</PublishProtocol >
9+ <Configuration >Release</Configuration >
10+ <TargetFramework >netcoreapp2.0</TargetFramework >
11+ <PublishDir >bin\Release\PublishOutput</PublishDir >
12+ </PropertyGroup >
13+ </Project >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ https://yanghuan.github.io/external/bridgelua-editor/index.html
4949## How to Use
5050### Command Line Parameters
5151``` cmd
52- D:\>CSharp.Lua.exe -h
52+ D:\>donet CSharp.Lua.Launcher.dll -h
5353Usage: CSharp.lua [-s srcfolder] [-d dstfolder]
5454Arguments
5555-s : source directory, all *.cs files whill be compiled
Original file line number Diff line number Diff line change 1- set version = 1.1.1
1+ set version = 1.1.2
22set binDir = CSharp.lua
33set coreDir = CoreSystem.lua
44set _7z = " D:\Program Files\7-Zip\7z"
55set file = %binDir% -%version% .zip
66if exist " %file% " del " %file% "
77md %binDir%
8- xcopy " ..\CSharp.lua\bin\Release\PublishOutput" %binDir% /s /e /y
8+ xcopy " ..\CSharp.lua.Launcher \bin\Release\PublishOutput" %binDir% /s /e /y
99md %coreDir%
1010xcopy " ..\CSharp.lua\CoreSystem.Lua" %coreDir% /s /e /y
1111%_7z% a %file% %binDir% %coreDir% README.md
You can’t perform that action at this time.
0 commit comments