Skip to content

Commit 7ca1c98

Browse files
Update README.md
Update APP names
1 parent b55f00e commit 7ca1c98

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The commands below assume you run them **from the repository root**.
267267
cd annotation_tool
268268

269269
python -m PyInstaller --noconfirm --clean --windowed \
270-
--name "SoccerNetProAnalyzer" \
270+
--name "VideoAnnotationTool" \
271271
--add-data "style:style" \
272272
--add-data "ui:ui" \
273273
--add-data "controllers:controllers" \
@@ -276,7 +276,7 @@ python -m PyInstaller --noconfirm --clean --windowed \
276276

277277
Output:
278278

279-
* `annotation_tool/dist/SoccerNetProAnalyzer.app`
279+
* `annotation_tool/dist/VideoAnnotationTool.app`
280280

281281
---
282282

@@ -288,7 +288,7 @@ Output:
288288
cd annotation_tool
289289

290290
python -m PyInstaller --noconfirm --clean --windowed --onefile \
291-
--name "SoccerNetProAnalyzer" \
291+
--name "VideoAnnotationTool" \
292292
--add-data "style:style" \
293293
--add-data "ui:ui" \
294294
--add-data "controllers:controllers" \
@@ -297,7 +297,7 @@ python -m PyInstaller --noconfirm --clean --windowed --onefile \
297297

298298
Output:
299299

300-
* `annotation_tool/dist/SoccerNetProAnalyzer`
300+
* `annotation_tool/dist/VideoAnnotationTool`
301301

302302

303303
#### Windows (PowerShell)
@@ -308,7 +308,7 @@ On Windows, the `--add-data` separator is **`;`** (not `:`).
308308
cd annotation_tool
309309
310310
python -m PyInstaller --noconfirm --clean --windowed --onefile `
311-
--name "SoccerNetProAnalyzer" `
311+
--name "VideoAnnotationTool" `
312312
--add-data "style;style" `
313313
--add-data "ui;ui" `
314314
--add-data "controllers;controllers" `
@@ -317,7 +317,7 @@ python -m PyInstaller --noconfirm --clean --windowed --onefile `
317317

318318
Output:
319319

320-
* `annotation_tool\dist\SoccerNetProAnalyzer.exe`
320+
* `annotation_tool\dist\VideoAnnotationTool.exe`
321321

322322
---
323323

0 commit comments

Comments
 (0)