Index: build.bat ================================================================== --- build.bat +++ build.bat @@ -2,11 +2,11 @@ set pythondir="C:\Users\kevin\AppData\Local\Programs\Python\Python35" if exist dist\ ( -rmdir dist\ /s /q +rd dist\ /s /q ) if exist QuickWho.exe ( del QuickWho.exe ) @@ -23,11 +23,11 @@ call xcopy C:\Strawberry\c\bin\*.dll dist\QuickWho\ call xcopy QuickWho.exe dist\QuickWho\ call xcopy QuickWho.py dist\QuickWho\ call xcopy ToolTip.py dist\QuickWho\ -rmdir C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Doc\ /s /q -rmdir C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Scripts\ /s /q -rmdir C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Tools\ /s /q +rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Doc\ /s /q +rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Scripts\ /s /q +rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Tools\ /s /q Index: buildexe.bat ================================================================== --- buildexe.bat +++ buildexe.bat @@ -1,1 +1,1 @@ -gcc -mwindows icons.o versioninfo.o quickwho.c -I %1\include -L%1\libs -L%1\DLLs -lShlwapi -lpython35 -o QuickWho.exe +gcc icons.o versioninfo.o quickwho.c -I %1\include -L%1\libs -L%1\DLLs -lShlwapi -lpython35 -o QuickWho.exe Index: scriptlibs/machelp/help.txt ================================================================== --- scriptlibs/machelp/help.txt +++ scriptlibs/machelp/help.txt @@ -23,11 +23,11 @@ QuickWho compared to other "whois" tools: * Much richer than other "whois" tools: includes geographic data, map data, and simple "whois" data, as well as raw whois output. Geolocation of domains via map data. * Less cumbersome than using an Internet-based whois tool. No need to load web page into browser. - * Pleasant-to-use, Mac-native interface. + * Pleasant-to-use, platform-native interface. ------------------- title: Installing QuickWho alias: Installing