File: github-upload-release.sh

package info (click to toggle)
subtitlecomposer 0.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,972 kB
  • sloc: cpp: 36,722; sh: 1,366; javascript: 1,029; xml: 937; ansic: 10; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash

# Build
build=pkg/mingw/docker-build.sh
echo -e "Starting docker build '\e[1;39m$build\e[m'..."
$build

pkg/misc/github-release.sh win32 "$PWD/build/SubtitleComposerSetup.exe"