some more fixes for ci

This commit is contained in:
georgemoralis 2024-02-29 16:44:34 +02:00
parent c8063743ee
commit 3f900b41b5
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,5 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
name: Windows-Qt

View File

@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
SPDX-License-Identifier: GPL-2.0-or-later
-->
# Style guidelines
## General Rules

View File

@ -280,7 +280,7 @@ void MainWindow::InstallPkg() {
void MainWindow::InstallDragDropPkg(std::string file, int pkgNum, int nPkg) {
if (DetectFileType(file) == FILETYPE_PKG) {
if (DetectFileType(file) == FileTypes::Pkg) {
PKG pkg;
pkg.Open(file);
std::string failreason;