/
redgpu
/
Vulkan-LoaderAndValidationLayers
Обзор
Документация
Войти
/
redgpu
/
Vulkan-LoaderAndValidationLayers
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
windowsRuntimeInstaller/CreateInstallerRT.sh
16 строк
489 B
David Pinedo
winrtinstaller: sort in config script: <prerelease> is least significant
06 апр 2016, 01:59
06 апр 2016, 01:59
97c3cea
Код
Авторство
О чём код?
#!/bin/bash # Bash script to create the Vulkan Runtime Installer. # Create the uinstaller makensis /DUNINSTALLER InstallerRT.nsi $TEMP/tempinstaller.exe mv $TEMP/UninstallVulkanRT.exe . # Sign the Uninstaller # Replace SIGNFILE with your command and necessary args for # signing an executable. If you don't need to sign the uninstaller, # you can comment out this line. ./SIGNFILE ./UninstallVulkanRT.exe # Create the RT Installer, using the signed uninstaller makensis InstallerRT.nsi