-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildCommand.bat
41 lines (32 loc) · 1.59 KB
/
buildCommand.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
REM BORRAR ANTIGUO DIST
RD /S /Q "dist"
REM BUILDEAR APP
pyinstaller.exe --onefile --windowed --icon=sftoolsico.ico SFTools.py
REM COPIAR RESOURCES A DIST
ROBOCOPY resources dist/resources /mir
REM CREAR README
@echo off
set tab = " "
echo SFTools > dist/readme.txt
echo. >> dist/readme.txt
echo What is? >> dist/readme.txt
echo This is a simple application with interface that features different fixes and tools mostly for windows operating system computers >> dist/readme.txt
echo. >> dist/readme.txt
echo How to execute? >> dist/readme.txt
echo To execute just open SFTools.exe >> dist/readme.txt
echo. >> dist/readme.txt
echo Features >> dist/readme.txt
echo. >> dist/readme.txt
echo Deleting (work in progress) >> dist/readme.txt
echo. %tab%- Force deleting of files locked by the system for what ever reason >> dist/readme.txt
echo. %tab%- Force recursive deleting of folder locked for the system or that have inside them any file locked by the system >> dist/readme.txt
echo. >> dist/readme.txt
echo Fixes (work in progress) >> dist/readme.txt
echo. %tab%- Some of this changes requiere adding or editing the register of windows >> dist/readme.txt
echo. %tab%- Explorer or any kind of bug in navigation for the current session >> dist/readme.txt
echo. %tab%- Darklight not working properly >> dist/readme.txt
echo. %tab%- Get back old microsoft photo viewer from win 7 >> dist/readme.txt
echo. >> dist/readme.txt
echo Downloads (done) >> dist/readme.txt
echo. %tab%- Download youtube videos to mp3 (192Kbps) >> dist/readme.txt
echo. %tab%- Download youtube playlist to mp3 (192Kbps) in one go >> dist/readme.txt