mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
11 lines
169 B
PowerShell
11 lines
169 B
PowerShell
$dir = split-path -parent $MyInvocation.MyCommand.Definition
|
|
cd $dir
|
|
$file = Split-Path $dir -leaf
|
|
|
|
$dir
|
|
$file
|
|
|
|
cd "_unpacked"
|
|
. 7z a -r -y -tzip "..\$file.miz" *
|
|
cd ..
|