Skip to content

Commit 1d5e7fa

Browse files
committed
Update readme
1 parent 11fe44a commit 1d5e7fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: Drawplot_FA_macOS.spec

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ exe = EXE(
3535
target_arch=None,
3636
codesign_identity=None,
3737
entitlements_file=None,
38-
icon=['drawplot.ico'],
3938
)
4039
app = BUNDLE(
4140
exe,
4241
name='Drawplot_FA_macOS.app',
43-
icon='drawplot.ico',
42+
icon=None,
4443
bundle_identifier=None,
4544
)

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Same goes on linux
9696
```bash
9797
python3.13 -m venv .env
9898

99+
source .env/bin/activate [UNIX]
100+
101+
.\.env\bin\activate [WINDOWS NT]
102+
99103
pip install -r requirements.txt
100104

101105
pyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name "Drawplot" drawplot.py

0 commit comments

Comments
 (0)