Skip to content

Commit 196a91c

Browse files
committed
updated releases.yml
1 parent 0e89943 commit 196a91c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv pip install pyinstaller
3333

3434
- name: Build executable
35-
run: uv run pyinstaller --onefile --noconsole --name "Test Editor" --add-data "resources;resources" main.py
35+
run: uv run pyinstaller --onefile --noconsole --name "TestEditor" --add-data "resources;resources" main.py
3636

3737
- name: Create Release
3838
uses: softprops/action-gh-release@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If a pre-made .exe is not available, you can build it yourself using the instruc
7070
```
7171

7272
**Find Your Application:**
73-
After the process finishes, a new folder called `dist` will be created inside your `Test-Editor` folder. Inside `dist`, you will find `TestEditor.exe`.
73+
After the process finishes, a new folder called `dist` will be created inside your `Test-Editor` folder. Inside `dist`, you will find `Test Editor.exe`.
7474

7575
## Dependencies
7676

0 commit comments

Comments
 (0)