mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 02:09:46 +08:00
docs: 更新项目文档、安装脚本及帮助信息
- 更新 README.md,添加详细的项目说明、功能特点、安装与构建指南 - 修改 Inno Setup 安装脚本中的发布者、URL 及源文件路径 - 在帮助对话框中添加作者信息和项目 GitHub 链接 - 调整 .gitignore,不再忽略 .exe 文件,新增对 .ps1 文件的忽略
This commit is contained in:
Vendored
+5
-5
@@ -2,8 +2,8 @@
|
||||
|
||||
#define MyAppName "Path Editor"
|
||||
#define MyAppVersion "1.0"
|
||||
#define MyAppPublisher "My Company"
|
||||
#define MyAppURL "https://www.example.com/"
|
||||
#define MyAppPublisher "LHY"
|
||||
#define MyAppURL "https://github.com/LHY0125/PathEditor"
|
||||
#define MyAppExeName "PathEditor.exe"
|
||||
|
||||
[Setup]
|
||||
@@ -22,7 +22,7 @@ DefaultGroupName={#MyAppName}
|
||||
AllowNoIcons=yes
|
||||
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
||||
;PrivilegesRequired=lowest
|
||||
OutputDir=d:\Code\doing_exercises\exercise\系统PATH\dist\dist
|
||||
OutputDir=d:\Code\doing_exercises\programs\PathEditor\dist\dist
|
||||
OutputBaseFilename=PathEditorSetup
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
@@ -36,8 +36,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: "d:\Code\doing_exercises\exercise\系统PATH\bin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "d:\Code\doing_exercises\exercise\系统PATH\bin\*.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "d:\Code\doing_exercises\programs\PathEditor\bin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "d:\Code\doing_exercises\programs\PathEditor\bin\*.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
||||
Reference in New Issue
Block a user