Skip to content

Commit bcd08cf

Browse files
committed
v1.0.0
* Initial release
1 parent 94b8a18 commit bcd08cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
dist: 'textextractor'
1010
src: 'textextractor'
1111
secret: 'TEXTEXTRACTOR'
12-
draft: 'TextExtractor'
12+
draft: 'Text Extractor'
1313
fedver: 'fc42'
1414

1515
jobs:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.briefcase]
2-
project_name = "TextExtractor"
2+
project_name = "Text Extractor"
33
bundle = "com.voxdroid"
44
version = "1.0.0"
55
url = "https://github.com/VoxDroid/Text-Extractor"
@@ -8,7 +8,7 @@ author = "VoxDroid"
88
author_email = "[email protected]"
99

1010
[tool.briefcase.app.textextractor]
11-
formal_name = "Text Extractor"
11+
formal_name = "TextExtractor"
1212
description = "Text Extractor is a simple versatile GUI application that allows users to easily extract text from multiple files and consolidate it into a single output file."
1313
long_description = """Text Extractor is a user-friendly GUI application designed to extract text from multiple files and consolidate it into a single text file. It supports various readable file formats, allowing users to easily select, manage, and save extracted content with custom filenames. This tool is particularly useful for students, researchers, or anyone needing to gather information from multiple sources efficiently."""
1414
icon = "assets/icons/TextExtractor"

0 commit comments

Comments
 (0)