Skip to content

Commit

Permalink
Fix package names
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemmuller committed Jun 30, 2022
1 parent 287ed93 commit fbc31a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ python3 dummyfilescreator.py

Download the latest executable from the [releases page](https://github.com/matuzalemmuller/dummy-files-creator/releases).

* The build tagged as `dir` has a directory with multiple files, one being `dummyfilescreator.exe`, and is faster to start.
* The build tagged as `one-file` has a single executable [but it takes longer to start](https://pyinstaller.org/en/stable/operating-mode.html#bundling-to-one-file).
* The build tagged as `windows-dir-x86_64` has a directory with multiple files, one being `dummyfilescreator.exe`, and is faster to start.
* The build tagged as `windows-one-file-x86_64` has a single executable [but it takes longer to start](https://pyinstaller.org/en/stable/operating-mode.html#bundling-to-one-file).

### Linux

`.deb` and `.rpm` packages are available in the [releases page](https://github.com/matuzalemmuller/dummy-files-creator/releases).

### macOS

Download the latest `.app` file from the [releases page](https://github.com/matuzalemmuller/dummy-files-creator/releases).
Download the latest `.app.zip` file from the [releases page](https://github.com/matuzalemmuller/dummy-files-creator/releases).

* Currently, there are no `arm`-compatible packages due to the lack of devices to build the app. Contributions are welcome.

Expand Down

0 comments on commit fbc31a7

Please sign in to comment.