@@ -267,7 +267,7 @@ The commands below assume you run them **from the repository root**.
267267cd annotation_tool
268268
269269python -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
277277Output:
278278
279- * ` annotation_tool/dist/SoccerNetProAnalyzer .app `
279+ * ` annotation_tool/dist/VideoAnnotationTool .app `
280280
281281---
282282
@@ -288,7 +288,7 @@ Output:
288288cd annotation_tool
289289
290290python -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
298298Output:
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 `:`).
308308cd annotation_tool
309309
310310python -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
318318Output:
319319
320- * ` annotation_tool\dist\SoccerNetProAnalyzer .exe `
320+ * ` annotation_tool\dist\VideoAnnotationTool .exe `
321321
322322---
323323
0 commit comments