We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91670af commit f0175baCopy full SHA for f0175ba
1 file changed
README.md
@@ -16,4 +16,4 @@ The [latest release](https://github.com/MashedUpPeanuts/SQLite-to-CSV/releases)
16
17
Alternatively, the source code package can be downloaded from the latest release and compiled using:
18
19
-`py -m PyInstaller -F --icon='Icon.png' --add-data "Icon.png;.\assets" --onefile --noconsole 'DBConverter.py'`
+`py -m PyInstaller -F --icon='Icon.png' --add-data "Icon.png;." --onefile --noconsole 'DBConverter.py'`
0 commit comments