build: 更新版本至 v2.13.4-beta.2 并调整构建配置
- 将版本号从 2.13.4.0 更新为 2.13.4-beta.2 - 更新发布者版权信息 - 调整解决方案文件,为项目添加 x64 平台配置 - 修改安装程序配置,指定 win-x64 目标路径 - 删除旧的安装程序可执行文件和过期文档 - 为 SetupPkgBuild 目录添加 .gitignore 文件
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Solution>
|
||||
<Solution>
|
||||
<Configurations>
|
||||
<BuildType Name="CI" />
|
||||
<BuildType Name="Beta" />
|
||||
@@ -8,10 +8,17 @@
|
||||
<Platform Name="ARM64" />
|
||||
<Platform Name="x64" />
|
||||
</Configurations>
|
||||
<Project Path="PCL.Core\PCL.Core.csproj" Type="Classic C#"/>
|
||||
<Project Path="PCL.Core\SourceGenerators\PCL.Core.SourceGenerators.csproj" Type="Classic C#" />
|
||||
<Project Path="PCL.Test\PCL.Test.csproj" Type="Classic C#">
|
||||
<Configuration Solution="*|*" Project="*|*|NoBuild" />
|
||||
<Project Path="PCL.Core\PCL.Core.csproj">
|
||||
<Platform Solution="Release|x64" Project="x64" />
|
||||
</Project>
|
||||
<Project Path="PCL.Core\SourceGenerators\PCL.Core.SourceGenerators.csproj">
|
||||
<Platform Solution="Release|x64" Project="x64" />
|
||||
</Project>
|
||||
<Project Path="PCL.Test\PCL.Test.csproj">
|
||||
<Configuration Solution="*|*" Project="*|*|NoBuild" />
|
||||
<Platform Solution="Release|x64" Project="x64" />
|
||||
</Project>
|
||||
<Project Path="Plain Craft Launcher 2\Plain Craft Launcher 2.vbproj">
|
||||
<Platform Solution="Release|x64" Project="x64" />
|
||||
</Project>
|
||||
<Project Path="Plain Craft Launcher 2\Plain Craft Launcher 2.vbproj" Type="Classic VB" />
|
||||
</Solution>
|
||||
1
SetupPkgBuild/.gitignore
vendored
Normal file
1
SetupPkgBuild/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.exe
|
||||
@@ -3,8 +3,8 @@
|
||||
; Non-commercial use only
|
||||
|
||||
#define MyAppName "Plain Craft Launcher 2 (CE)"
|
||||
#define MyAppVersion "2.13.4.0"
|
||||
#define MyAppPublisher "PCL-Community"
|
||||
#define MyAppVersion "2.13.4-beta.2"
|
||||
#define MyAppPublisher "Copyright @ 龙腾猫跃 2016. All Rights Reserved. "
|
||||
#define MyAppURL "https://github.com/PCL-Community/PCL2-CE"
|
||||
#define MyAppExeName "Plain Craft Launcher 2.exe"
|
||||
|
||||
@@ -26,10 +26,9 @@ ArchitecturesInstallIn64BitMode=x64compatible
|
||||
DefaultGroupName=Plain Craft Launcher 2
|
||||
AllowNoIcons=yes
|
||||
LicenseFile=./LICENCE.txt
|
||||
InfoAfterFile=./README.md
|
||||
PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputDir=./
|
||||
OutputBaseFilename=Plain-Craft-Launcher-2-Setup_v2.13.4.0
|
||||
OutputBaseFilename=Plain-Craft-Launcher-2-Setup_v2.13.4-beta.2
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern windows11
|
||||
|
||||
@@ -40,8 +39,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: "..\Plain Craft Launcher 2\bin\Release\net8.0-windows\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\Plain Craft Launcher 2\bin\Release\net8.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "..\Plain Craft Launcher 2\bin\Release\net8.0-windows\win-x64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\Plain Craft Launcher 2\bin\Release\net8.0-windows\win-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
||||
Binary file not shown.
@@ -1,76 +0,0 @@
|
||||
<div align="center">
|
||||
|
||||
<img src="Plain Craft Launcher 2/Images/icon.ico" alt="Logo" width="80" height="80">
|
||||
|
||||
# PCL Community Edition
|
||||
|
||||
[](https://github.com/PCL-Community/PCL2-CE/)
|
||||

|
||||
[](https://github.com/PCL-Community/PCL2-CE/issues)
|
||||
[](https://github.com/PCL-Community/PCL2-CE/pulls)
|
||||

|
||||

|
||||
[](https://space.bilibili.com/3546847192811755/dynamic) <br />
|
||||
|
||||
[社区版下载](https://github.com/PCL-Community/PCL2-CE/releases) |
|
||||
[上游存储库](https://github.com/Meloong-Git/PCL) |
|
||||
[帮助文档库](https://github.com/PCL-Community/PCL2CEHelp)
|
||||
|
||||
[提交问题](https://github.com/PCL-Community/PCL2-CE/issues/new/choose) |
|
||||
[贡献指南](https://github.com/PCL-Community/PCL2-CE/wiki/开发指南)
|
||||
|
||||
</div>
|
||||
|
||||
PCL CE 是基于 PCL 开源代码二次开发的社区版本,包括了主线暂未制作的功能和改进!
|
||||
|
||||
社区版的版本号与主线并非严格对应关系,也请不要向官方仓库反馈社区版问题。
|
||||
|
||||
欢迎大家来用用看!
|
||||
|
||||
**开发群:** [599620549](https://qm.qq.com/q/PNQA4Md8wc)
|
||||
|
||||
**用户 1 群:** [1028074835](https://qm.qq.com/q/qrMGJo8BQQ)
|
||||
|
||||
**用户 2 群:** [1070029541](https://qm.qq.com/q/lBywbDMWhG)
|
||||
|
||||
### ✨ 隐藏提示
|
||||
|
||||
在全局配置项中添加 `UiLauncherCEHint` 字段,字段值为 `False`。
|
||||
|
||||
## 💻 支持平台
|
||||
|
||||
| 操作系统 | 支持的启动器版本 | 环境要求 | 社区技术支持 |
|
||||
|---|---|---|---|
|
||||
| Windows 10 1809 (17763) 或更高 | [最新版](https://github.com/PCL-Community/PCL2-CE/releases/latest) | [.NET 8 Desktop Runtime](http://get.dot.net/8) | ✅ 完整支持 |
|
||||
| Windows 8 - Windows 10 1809- (17763-) | [最新版](https://github.com/PCL-Community/PCL2-CE/releases/latest) | [.NET 8 Desktop Runtime](http://get.dot.net/8) | ⚠️ 理论能跑,但不提供社区支持 |
|
||||
| Windows 7 或更低版本 | [2.9.5](https://github.com/PCL-Community/PCL2-CE/releases/tag/2.9.5) | [.NET Framework 4.8](https://dotnet.microsoft.com/zh-cn/download/dotnet-framework/thank-you/net48-offline-installer) | ❌ 不提供社区支持 |
|
||||
| macOS / Linux / 其他操作系统 | 暂不支持 | [.NET 9 SDK](http://get.dot.net/9) | ⚠️ 仅跨平台开发支持(交叉编译) |
|
||||
|
||||
**✅ 完整支持**:尽可能提供一切相关支持,但必须确保启动器为最新版本。
|
||||
|
||||
**⚠️ 理论能跑,但不提供社区支持**:PCL CE 应该可以在这些平台上运行,但不保证功能完全可用。你必须升级到完整支持的系统版本以获得社区技术支持。
|
||||
|
||||
**❌ 不提供社区支持**:不保证 PCL CE 在这些平台的可用性,甚至压根打不开。请升级操作系统以使用 PCL CE。
|
||||
|
||||
**⚠️ 仅跨平台开发支持(交叉编译)**:PCL CE 的源代码可以在 macOS 与 Linux 平台编译,但无法直接运行。作为开发者,你可以在这些平台上进行开发,然后将编译产物转移到 Windows 系统测试。
|
||||
|
||||
**注**:
|
||||
社区仅对最新版本的启动器提供支持。
|
||||
取决于部分问题的特殊性(如系统不完整),有时你仍然必须升级操作系统以继续获得支持。
|
||||
PCL CE 始终建议使用最新版本的操作系统以获得最佳体验。
|
||||
Windows 7 仍然可以尝试使用最新版本的启动器,但可能会遇到很多额外问题。
|
||||
|
||||
## 🔒 许可证
|
||||
|
||||
- `PCL.Core/` 使用 [Apache License 2.0](https://github.com/PCL-Community/PCL.Core/blob/main/LICENSE)
|
||||
- `Plain Craft Launcher 2/` 使用 [自定义许可证](./LICENCE)
|
||||
|
||||
## 🌟 统计数据
|
||||

|
||||
|
||||
[](https://www.star-history.com/#PCL-Community/PCL2-CE&Date)
|
||||
|
||||
**此页浏览量**(总计 / 今日):[](https://hits.zkitefly.eu.org/?tag=https://github.com/PCL-Community/PCL2-CE&web=true)
|
||||
## ❤️ 贡献者
|
||||
|
||||
[](https://github.com/PCL-Community/PCL2-CE/graphs/contributors)
|
||||
Reference in New Issue
Block a user