'remove' cmd window at startup
This commit is contained in:
parent
bda4637951
commit
45e27ce178
2
Makefile
2
Makefile
@ -2,4 +2,4 @@ CS=csc /nologo
|
||||
TARGET=DefectRand.exe
|
||||
|
||||
DefectRand.exe:
|
||||
$(CS) /out:DefectRand.exe main.cs AssemblyInfo.cs /win32icon:app.ico
|
||||
$(CS) /out:DefectRand.exe /t:winexe main.cs AssemblyInfo.cs /win32icon:app.ico
|
||||
|
@ -1,4 +1,6 @@
|
||||
### Рандомайзер дефектов
|
||||
#### для заполнения карточки учёта недостатков
|
||||
**Рандомайзер дефектов**
|
||||
для заполнения карточки учёта недостатков
|
||||
|
||||
![Screen](https://raw.githubusercontent.com/iiiypuk/DefectRand/master/screen.png)
|
||||
|
||||
![Screen](https://raw.githubusercontent.com/iiiypuk/DefectRand/master/screen.png)
|
||||
[[Скачать](https://raw.githubusercontent.com/iiiypuk/DefectRand/master/dist/DefectRand.exe)]
|
||||
|
BIN
dist/DefectRand.exe
vendored
BIN
dist/DefectRand.exe
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user