Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin2li committed Jul 27, 2023
1 parent 97fe494 commit 4620dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 安装 Python
uses: actions/setup-python@v4
with:
python-version: 3.8.10
python-version: 3.10.11

- name: 安装依赖 && 编译
run: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: 安装 Python
uses: actions/setup-python@v4
with:
python-version: 3.8.10
python-version: 3.10.11

- name: 安装依赖 && 编译
run: |
Expand Down
2 changes: 1 addition & 1 deletion build/windows/installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
Source: "..\..\bin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\bin\pdf.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\bin\ocr.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\bin\convert.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\bin\convert_external.py"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit 4620dde

Please sign in to comment.