push everything goddammit
This commit is contained in:
parent
440599101b
commit
320005e3df
5 changed files with 39 additions and 0 deletions
BIN
TheGodHead.deb
Normal file
BIN
TheGodHead.deb
Normal file
Binary file not shown.
10
TheGodHead/DEBIAN/control
Normal file
10
TheGodHead/DEBIAN/control
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
Package: com.mpg13.godhead
|
||||||
|
Name: The GodHead
|
||||||
|
Version: 1.0-1
|
||||||
|
Architecture: iphoneos-arm
|
||||||
|
Description: The GodHead "App" for iOS
|
||||||
|
Homepage: https://mpg13.github.io
|
||||||
|
Depiction: https://mpg13.github.io/repo/depicts/godhead.html
|
||||||
|
Maintainer: MPG13 <micahplacido@gmail.com>
|
||||||
|
Author: MPG13 <micahplacido@gmail.com>
|
||||||
|
Section: Applications
|
||||||
7
TheGodHead/DEBIAN/postinst
Executable file
7
TheGodHead/DEBIAN/postinst
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Lmao I'm surprised you installed this."
|
||||||
|
echo "But hey, take a look i guess. Contact me if you've got questions!";
|
||||||
|
|
||||||
|
uicache
|
||||||
|
#end script
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>ClassicMode</key>
|
||||||
|
<false/>
|
||||||
|
<key>FullScreen</key>
|
||||||
|
<true/>
|
||||||
|
<key>IconIsPrecomposed</key>
|
||||||
|
<false/>
|
||||||
|
<key>IconIsScreenShotBased</key>
|
||||||
|
<false/>
|
||||||
|
<key>Orientations</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>Title</key>
|
||||||
|
<string>The GodHead</string>
|
||||||
|
<key>URL</key>
|
||||||
|
<string>https://thegodhead.github.io/</string>
|
||||||
|
<key>WebClipStatusBarStyle</key>
|
||||||
|
<string>UIWebClipStatusBarStyleLegacyBlack</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Reference in a new issue