Skip to content

Commit 223a31e

Browse files
committed
Racti Sub
1 parent a7f1500 commit 223a31e

5 files changed

Lines changed: 31 additions & 404 deletions

File tree

.github/workflows/build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
env:
1313
QT_VERSION: "6.8.3"
14-
APP_NAME: subtivals
15-
APP_LABEL: Subtivals
14+
APP_NAME: ractisubs
15+
APP_LABEL: Racti Subs
1616
BUILD_TYPE: release
1717

1818
jobs:
@@ -91,7 +91,7 @@ jobs:
9191
qmake6 --version
9292
qmake6 -query QT_INSTALL_LIBS
9393
mkdir -p build && cd build
94-
qmake6 "../src/${APP_NAME}.pro" CONFIG+="$BUILD_TYPE" CONFIG+=static PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
94+
qmake6 "../src/subtivals.pro" CONFIG+="$BUILD_TYPE" CONFIG+=static PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
9595
make "-j$(nproc)"
9696
9797
- name: Prepare AppDir for AppImage
@@ -178,7 +178,7 @@ jobs:
178178
run: |
179179
git config --global user.name "github-actions[bot]"
180180
git config --global user.email "github-actions@users.noreply.github.com"
181-
git diff --binary origin/main...origin/demo > demo.patch
181+
git diff --binary origin/racti-subs-2...origin/racti-demo > demo.patch
182182
git apply demo.patch
183183
184184
- name: Install Qt
@@ -190,7 +190,7 @@ jobs:
190190
- name: Compile
191191
run: |
192192
mkdir -p build && cd build/
193-
qmake "../src/${{ env.APP_NAME }}.pro" CONFIG+="${{ env.BUILD_TYPE }}" PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
193+
qmake "../src/subtivals.pro" CONFIG+="${{ env.BUILD_TYPE }}" PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
194194
make "-j$(sysctl -n hw.ncpu)"
195195
196196
- name: Deploy
@@ -240,7 +240,7 @@ jobs:
240240
run: |
241241
git config --global user.name "github-actions[bot]"
242242
git config --global user.email "github-actions@users.noreply.github.com"
243-
git diff --binary origin/main...origin/demo > demo.patch
243+
git diff --binary origin/racti-subs-2...origin/racti-demo > demo.patch
244244
git apply demo.patch
245245
246246
- name: Install Qt
@@ -252,7 +252,7 @@ jobs:
252252
- name: Compile
253253
run: |
254254
mkdir -p build && cd build/
255-
qmake "../src/${{ env.APP_NAME }}.pro" CONFIG+="${{ env.BUILD_TYPE }}" PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
255+
qmake "../src/subtivals.pro" CONFIG+="${{ env.BUILD_TYPE }}" PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
256256
make "-j$(sysctl -n hw.ncpu)"
257257
258258
- name: Deploy
@@ -308,11 +308,11 @@ jobs:
308308
run: |
309309
git config --global user.name "github-actions[bot]"
310310
git config --global user.email "github-actions@users.noreply.github.com"
311-
git diff --binary origin/main...origin/demo > demo.patch
311+
git diff --binary origin/racti-subs-2...origin/racti-demo > demo.patch
312312
git apply demo.patch
313313
314314
- name: Get installer source
315-
run: git checkout origin/win-installer -- ./win-installer.nsi
315+
run: git checkout origin/win-installer-racti -- ./win-installer.nsi
316316

317317
- name: Install Qt (MinGW)
318318
uses: jurplel/install-qt-action@v4
@@ -334,7 +334,7 @@ jobs:
334334
run: |
335335
MKDIR build
336336
CD build
337-
qmake "../src/${{ env.APP_NAME }}.pro" CONFIG+="${{ env.BUILD_TYPE }}" PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
337+
qmake "../src/subtivals.pro" CONFIG+="${{ env.BUILD_TYPE }}" PACKAGE_VERSION="${{ env.PACKAGE_VERSION }}"
338338
mingw32-make -j4
339339
340340
- name: Deploy with windeployqt

resources/mainwindow.icns

-61.5 KB
Binary file not shown.

resources/mainwindow.ico

-285 KB
Binary file not shown.

resources/mainwindow.png

14.7 KB
Loading

0 commit comments

Comments
 (0)