Skip to content

Commit 04b90b8

Browse files
authored
Update create_snapshot_pv.bat
1 parent e3f9e15 commit 04b90b8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/scripts/create_snapshot_pv.bat

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: 2023-08-06 09:00
1+
:: 2026-04-08 15:50
22

33
rem test if DC_VER already set
44
if .%DC_VER%==. goto Set_DC_VER
@@ -35,8 +35,10 @@ git log -n 10 --format="%%h %%al %%ai%%n%%s%%n" > %PACK_DIR%\changelog.txt
3535

3636
rem Get libraries
3737
pushd install
38-
curl -o windows.7z -L https://github.com/doublecmd/snapshots/raw/main/windows.7z
39-
rem alternate version 20230730 # https://github.com/deep-soft/rustdesk-sciter-helpers/releases/download/doublecmd-helpers/doublecmd-lib-windows.7z
38+
curl -o windows.7z -L https://github.com/doublecmd/external/raw/main/windows.7z
39+
rem alternate version 20230730 # https://github.com/deep-soft/rustdesk-sciter-helpers/releases/download/doublecmd-helpers/doublecmd-lib-windows.7z-2023
40+
rem alternate version 20260207 # https://github.com/deep-soft/rustdesk-sciter-helpers/releases/download/doublecmd-helpers/doublecmd-lib-windows.7z
41+
if not exist windows.7z curl -o windows.7z -L https://github.com/deep-soft/rustdesk-sciter-helpers/releases/download/doublecmd-helpers/doublecmd-lib-windows.7z
4042
"%ProgramFiles%\7-Zip\7z.exe" x windows.7z
4143
del /Q windows.7z
4244
popd

0 commit comments

Comments
 (0)