File: windows_build_portable.bat

package info (click to toggle)
qwinff 0.2.1%2Bgit20201215-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,384 kB
  • sloc: cpp: 8,927; xml: 838; makefile: 78; sh: 34
file content (12 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
@echo off

:: build qwinff
call windows_build.bat

set DEST_DIR=.\windows_release_portable

:: copy files to destination
mkdir %DEST_DIR%
cp -r windows_release/* %DEST_DIR%

sed --in-place "s/\(<Portable [^>]*>\)[\t ]*false/\1true/" "%DEST_DIR%/constants.xml"