Skip to content

Commit a58edc2

Browse files
committed
Directory structure changes.
1 parent e8da4ec commit a58edc2

File tree

197 files changed

+16
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+16
-15
lines changed

README.md

+9-9

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ environment:
2121
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2222
build_script:
2323
- cmd: >-
24-
CALL %APPVEYOR_BUILD_FOLDER%/Tools/sanity_check.bat
24+
CALL %APPVEYOR_BUILD_FOLDER%/build/sanity_check.bat
2525
26-
CALL %APPVEYOR_BUILD_FOLDER%/Tools/build.bat
26+
CALL %APPVEYOR_BUILD_FOLDER%/build/build.bat
2727
test: off
2828
artifacts:
2929
- path: publish/windows.exe
File renamed without changes.

Tools/7z/7za.exe build/7z/7za.exe

File renamed without changes.

Tools/build.bat build/build.bat

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ SETLOCAL EnableDelayedExpansion
44
REM IF "%BUILD_VERSION%"=="" SET BUILD_VERSION="1.0.0.0"
55
REM IF "%APPVEYOR_BUILD_FOLDER%"=="" SET APPVEYOR_BUILD_FOLDER=%~dp0../
66

7-
SET SEVEN_ZIP=%APPVEYOR_BUILD_FOLDER%/Tools/7z/7za.exe
8-
SET CURL=%APPVEYOR_BUILD_FOLDER%/Tools/curl/curl.exe
7+
SET SOURCE=%APPVEYOR_BUILD_FOLDER%/src
8+
SET SEVEN_ZIP=%APPVEYOR_BUILD_FOLDER%/build/7z/7za.exe
9+
SET CURL=%APPVEYOR_BUILD_FOLDER%/build/curl/curl.exe
910
SET PUBLISH_FOLDER=%APPVEYOR_BUILD_FOLDER%/publish
1011
SET INNO_SETUP="%programfiles(x86)%/Inno Setup 6/ISCC.exe"
1112
SET EDIT_BIN="%programfiles(x86)%/Microsoft Visual Studio/2019/Community/SDK/ScopeCppSDK/vc15/VC/bin/editbin.exe"
1213

13-
ECHO Switch to build directory: %APPVEYOR_BUILD_FOLDER%
14-
CD %APPVEYOR_BUILD_FOLDER%
14+
ECHO Switch to source directory: %SOURCE%
15+
CD %SOURCE%
1516

1617
ECHO;
1718
ECHO Delete publish folder: %PUBLISH_FOLDER%
File renamed without changes.
File renamed without changes.
File renamed without changes.

Tools/init.bat build/init.bat

File renamed without changes.
File renamed without changes.
File renamed without changes.

Tools/setup.iss build/setup.iss

File renamed without changes.

Documents/00.png doc/00.png

File renamed without changes.

Documents/01.png doc/01.png

File renamed without changes.

Documents/02.png doc/02.png

File renamed without changes.

Documents/03.png doc/03.png

File renamed without changes.

Documents/04.png doc/04.png

File renamed without changes.

Documents/05.png doc/05.png

File renamed without changes.

Documents/06.png doc/06.png

File renamed without changes.

Documents/07.png doc/07.png

File renamed without changes.

Documents/Logo.ai doc/Logo.ai

File renamed without changes.

Documents/Logo.png doc/Logo.png

File renamed without changes.

Documents/Logo.svg doc/Logo.svg

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Jaya.sln src/Jaya.sln

File renamed without changes.

nuget.config src/nuget.config

File renamed without changes.

0 commit comments

Comments
 (0)