mirror of
https://github.com/SantaSpeen/Rcon-VK-Bot.git
synced 2025-07-01 23:35:55 +00:00
[+] Windows configuration
This commit is contained in:
parent
06ed37a013
commit
c7056a29f8
69
win/auto-pyinstaller.json
Normal file
69
win/auto-pyinstaller.json
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"version": "auto-py-to-exe-configuration_v1",
|
||||
"pyinstallerOptions": [
|
||||
{
|
||||
"optionDest": "noconfirm",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"optionDest": "filenames",
|
||||
"value": "C:/Users/SantaSpeen/PycharmProjects/Rcon-VK-Bot/src/main.py"
|
||||
},
|
||||
{
|
||||
"optionDest": "onefile",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"optionDest": "console",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"optionDest": "icon_file",
|
||||
"value": "C:/Users/SantaSpeen/PycharmProjects/Rcon-VK-Bot/win/icon.ico"
|
||||
},
|
||||
{
|
||||
"optionDest": "name",
|
||||
"value": "Rcon-VK-Bot"
|
||||
},
|
||||
{
|
||||
"optionDest": "clean_build",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"optionDest": "strip",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"optionDest": "noupx",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"optionDest": "disable_windowed_traceback",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"optionDest": "version_file",
|
||||
"value": "C:/Users/SantaSpeen/PycharmProjects/Rcon-VK-Bot/win/version.txt"
|
||||
},
|
||||
{
|
||||
"optionDest": "uac_admin",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"optionDest": "uac_uiaccess",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"optionDest": "argv_emulation",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"optionDest": "bootloader_ignore_signals",
|
||||
"value": false
|
||||
}
|
||||
],
|
||||
"nonPyinstallerOptions": {
|
||||
"increaseRecursionLimit": true,
|
||||
"manualArguments": ""
|
||||
}
|
||||
}
|
BIN
win/icon-full.jpg
Normal file
BIN
win/icon-full.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
win/icon-full.png
Normal file
BIN
win/icon-full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 805 KiB |
BIN
win/icon.ico
Normal file
BIN
win/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
13
win/metadata.yml
Normal file
13
win/metadata.yml
Normal file
@ -0,0 +1,13 @@
|
||||
# pip install pyinstaller-versionfile
|
||||
# create-version-file win-metadata.yml --outfile win-ver_info.txt
|
||||
Version: 1.2.0
|
||||
CompanyName: anidev
|
||||
FileDescription: Бот для майнкрафта, использует RCON и VK API. Исходники можно найти по "SantaSpeen/Rcon-VK-Bot"
|
||||
InternalName: VkBot-Rcon
|
||||
LegalCopyright: © SantaSpeen
|
||||
OriginalFilename: VkBot-Rcon.exe
|
||||
ProductName: VkBot-Rcon
|
||||
Translation:
|
||||
# ru-RU
|
||||
- langID: 1049
|
||||
charsetID: 1251
|
Loading…
x
Reference in New Issue
Block a user