Remove large resources from the application. #16

Merged
shaunrd0 merged 45 commits from cleanup into master 2025-03-22 20:56:04 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit b45a77a465 - Show all commits

View File

@ -369,7 +369,6 @@ jobs:
- name: Download Installer Artifact
uses: actions/download-artifact@v4
with:
name: Qtk Packages
path: |
build/packages/*
install/*

View File

@ -31,7 +31,7 @@ add_compile_options(-fPIC)
################################################################################
project(
#[[NAME]] Qtk
VERSION 0.2
VERSION 0.3
DESCRIPTION "Qt OpenGL library and desktop application."
LANGUAGES CXX C
)