Compare commits

..

No commits in common. "24cd4f71a34b4586dddf7a8bf5611ff3dbb75c84" and "47504fdd415dcc83e7cf502c04c6103e487f23ca" have entirely different histories.

7 changed files with 1 additions and 37 deletions

6
.gitignore vendored
View File

@ -27,9 +27,3 @@ AppDir/
*.AppImage
qrc_res.cpp
debian/*
!debian/source
!debian/changelog
!debian/control
!debian/lolautoaccept.install
!debian/rules

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
lolautoaccept (0.0.5) UNRELEASED; urgency=medium
* Initial release.
-- Oliver <oliver@oliver-pc> Mon, 05 Sep 2022 01:42:50 +0200

17
debian/control vendored
View File

@ -1,17 +0,0 @@
Source: lolautoaccept
Section: games
Priority: optional
Maintainer: MrBesen <mrbesen@mrbesen.de>
Build-Depends: debhelper-compat (= 12),
libcurl-dev,
librsvg2-bin,
qtbase5-dev,
qttools5-dev-tools
Standards-Version: 4.5.0
Package: lolautoaccept
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: League of Legends Auto-Acceptor
Can accept games, pick and ban champions and more.

View File

@ -1,3 +0,0 @@
lolautoaccept usr/bin/
resources/lolautoaccept.desktop usr/share/applications/
resources/lolautoaccept.svg usr/share/icons/hicolor/scalable/apps/

4
debian/rules vendored
View File

@ -1,4 +0,0 @@
#!/usr/bin/make -f
%:
dh $@

View File

@ -1 +0,0 @@
3.0 (native)

View File

@ -137,7 +137,7 @@ win32 {
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /usr/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target