mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Update builds generated names
This commit is contained in:
parent
c399c2f81b
commit
2ba7757ee2
12
.github/workflows/builder-extras.yml
vendored
12
.github/workflows/builder-extras.yml
vendored
@ -114,8 +114,8 @@ jobs:
|
||||
working-directory: ${{ env.INSTALLER_SCRIPT_PATH }}
|
||||
run: |
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force
|
||||
.\generate-checksums.ps1 -Directory "${{ env.EXTRAS_PATH }}" -OutputFile "${{ github.workspace }}/extras_tools_checksums.txt"
|
||||
.\generate-checksums.ps1 -Directory "${{ github.workspace }}" -FilePattern "*.exe" -NoRecurse -OutputFile "${{ github.workspace }}/extras_installer_checksums.txt"
|
||||
.\generate-checksums.ps1 -Directory "${{ env.EXTRAS_PATH }}" -OutputFile "${{ github.workspace }}/extras-tools.txt"
|
||||
.\generate-checksums.ps1 -Directory "${{ github.workspace }}" -FilePattern "*.exe" -NoRecurse -OutputFile "${{ github.workspace }}/extras-installer.txt"
|
||||
|
||||
- name: Upload Setup as Artifact
|
||||
if: github.event_name != 'release'
|
||||
@ -124,8 +124,8 @@ jobs:
|
||||
name: extras-setup-installer-artifact
|
||||
path: |
|
||||
${{ github.workspace }}/*.exe
|
||||
${{ github.workspace }}/extras_tools_checksums.txt
|
||||
${{ github.workspace }}/extras_installer_checksums.txt
|
||||
${{ github.workspace }}/extras-tools.txt
|
||||
${{ github.workspace }}/extras-installer.txt
|
||||
|
||||
- name: Upload Setup as Release download
|
||||
if: github.event_name == 'release'
|
||||
@ -133,5 +133,5 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
${{ github.workspace }}/*.exe
|
||||
${{ github.workspace }}/extras_tools_checksums.txt
|
||||
${{ github.workspace }}/extras_installer_checksums.txt
|
||||
${{ github.workspace }}/extras-tools.txt
|
||||
${{ github.workspace }}/extras-installer.txt
|
||||
|
16
.github/workflows/builder.yml
vendored
16
.github/workflows/builder.yml
vendored
@ -83,22 +83,22 @@ jobs:
|
||||
working-directory: ${{ env.INSTALLER_SCRIPT_PATH }}
|
||||
run: |
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force
|
||||
.\generate-checksums.ps1 -Directory "${{ env.SRC_PATH }}/toolkit" -OutputFile "${{ github.workspace }}/toolkit_tools_checksums.txt"
|
||||
.\generate-checksums.ps1 -Directory "${{ github.workspace }}" -FilePattern "*.exe" -NoRecurse -OutputFile "${{ github.workspace }}/toolkit_installer_checksums.txt"
|
||||
.\generate-checksums.ps1 -Directory "${{ env.SRC_PATH }}/toolkit" -OutputFile "${{ github.workspace }}/toolkit-tools.txt"
|
||||
.\generate-checksums.ps1 -Directory "${{ github.workspace }}" -FilePattern "*.exe" -NoRecurse -OutputFile "${{ github.workspace }}/toolkit-installer.txt"
|
||||
|
||||
- name: Upload full Setup as Artifact
|
||||
if: github.event_name != 'release'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: full-installer-artifact
|
||||
path: ${{ github.workspace }}/*_Setup.exe
|
||||
name: full-installer
|
||||
path: ${{ github.workspace }}/toolkit-*.exe
|
||||
|
||||
- name: Upload lite Setup as Artifact
|
||||
if: github.event_name != 'release'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: lite-installer-artifact
|
||||
path: ${{ github.workspace }}/*_Setup_lite.exe
|
||||
name: lite-installer
|
||||
path: ${{ github.workspace }}/toolkit-*-lite.exe
|
||||
|
||||
- name: Upload all Setups as Release
|
||||
if: github.event_name == 'release'
|
||||
@ -106,5 +106,5 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
${{ github.workspace }}/*.exe
|
||||
${{ github.workspace }}/toolkit_tools_checksums.txt
|
||||
${{ github.workspace }}/toolkit_installer_checksums.txt
|
||||
${{ github.workspace }}/toolkit-tools.txt
|
||||
${{ github.workspace }}/toolkit-installer.txt
|
||||
|
@ -26,7 +26,7 @@ DefaultDirName={sd}\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
PrivilegesRequired=admin
|
||||
;PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputBaseFilename=Toolkit_{#MyAppVersion}_Setup
|
||||
OutputBaseFilename=toolkit-{#MyAppVersion}
|
||||
Compression=lzma2/max
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
|
@ -26,7 +26,7 @@ DefaultDirName={sd}\{#MyAppNameOriginal}
|
||||
DefaultGroupName={#MyAppNameOriginal}
|
||||
PrivilegesRequired=admin
|
||||
;PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputBaseFilename=Toolkit_{#MyAppVersion}_Setup_lite
|
||||
OutputBaseFilename=toolkit-{#MyAppVersion}-lite
|
||||
Compression=lzma2/max
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
|
@ -26,7 +26,7 @@ DefaultDirName={sd}\{#MyAppNameOriginal}
|
||||
DefaultGroupName={#MyAppNameOriginal}
|
||||
PrivilegesRequired=admin
|
||||
;PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputBaseFilename=Toolkit_{#MyAppVersion}_Extras_Ghidra
|
||||
OutputBaseFilename=extras-{#MyAppVersion}-ghidra
|
||||
Compression=lzma2/max
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
|
@ -25,7 +25,7 @@ DefaultDirName={sd}\{#MyAppNameOriginal}
|
||||
DefaultGroupName={#MyAppNameOriginal}
|
||||
PrivilegesRequired=admin
|
||||
;PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputBaseFilename=Toolkit_{#MyAppVersion}_Extras_Oldies
|
||||
OutputBaseFilename=extras-{#MyAppVersion}-oldies
|
||||
Compression=lzma2/max
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
|
@ -25,7 +25,7 @@ DefaultDirName={sd}\{#MyAppNameOriginal}
|
||||
DefaultGroupName={#MyAppNameOriginal}
|
||||
PrivilegesRequired=admin
|
||||
;PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputBaseFilename=Toolkit_{#MyAppVersion}_Extras_Unpacking
|
||||
OutputBaseFilename=extras-{#MyAppVersion}-unpacking
|
||||
Compression=lzma2/max
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
|
Loading…
x
Reference in New Issue
Block a user