File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Build with PyInstaller
3333 run : |
34- pyinstaller --onefile --windowed --name "PDF-Page-Selector " --add-data "style.qss;." main.py
34+ pyinstaller --onefile --windowed --name "ChiselPDF " --add-data "style.qss;." main.py
3535
3636 - name : Set up .NET
3737 uses : actions/setup-dotnet@v4
5050
5151 - name : Package with Velopack
5252 run : |
53- vpk pack --packId ChiselPDF --packVersion ${{ steps.version.outputs.VERSION }} --packDir .\dist --mainExe PDF-Page-Selector .exe
53+ vpk pack --packId ChiselPDF --packVersion ${{ steps.version.outputs.VERSION }} --packDir .\dist --mainExe ChiselPDF .exe
5454
5555 - name : Create Release and Upload Assets
5656 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ A simple desktop application for working with PDF files. ChiselPDF allows you to
77### Clone the Repository
88
99``` bash
10- git clone https://github.com/kelltom/pdf-page-selector .git
11- cd pdf-page-selector
10+ git clone https://github.com/kelltom/ChiselPDF .git
11+ cd ChiselPDF
1212```
1313
1414### Set Up Virtual Environment
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ def update_app():
250250 try :
251251 # Check for updates from GitHub releases
252252 # GitHub Actions will upload release files to the latest release
253- manager = velopack .UpdateManager ("https://github.com/kelltom/pdf-page-selector /releases/latest/download/" )
253+ manager = velopack .UpdateManager ("https://github.com/kelltom/ChiselPDF /releases/latest/download/" )
254254 update_info = manager .check_for_updates ()
255255
256256 if not update_info :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " pdf-page-selector "
6+ name = " ChiselPDF "
77version = " 1.0.0"
88description = " A simple desktop application for working with PDF files"
99readme = " README.md"
@@ -37,6 +37,6 @@ dev = [
3737]
3838
3939[project .urls ]
40- Homepage = " https://github.com/kelltom/pdf-page-selector "
41- Repository = " https://github.com/kelltom/pdf-page-selector .git"
42- Issues = " https://github.com/kelltom/pdf-page-selector /issues"
40+ Homepage = " https://github.com/kelltom/ChiselPDF "
41+ Repository = " https://github.com/kelltom/ChiselPDF .git"
42+ Issues = " https://github.com/kelltom/ChiselPDF /issues"
You can’t perform that action at this time.
0 commit comments