-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDIT ME Include the app name and if it is a Package app or an Install based App #2430
Comments
Hello there 👋 Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response. |
Hello, thank you for taking the time to request this to be added to Pi-Apps. First, I recommend you tweak your github issue to get the title right. Of course I could do it, but it would get annoying if I did that for everyone. I recommend reading through our app submission documentation. It includes some script-writing guidelines and specific allowed ways to install apt packages. |
also don't lie about the compressed folder format. what you uploaded is not a zip file. it is a 7z file.
|
I’m sorry about that. My raspbian compressed into 7z, and i saw that needed
zip, so i renamed it (it didn’t broke archive)
Пт, 18 авг. 2023 г. в 22:39, theofficialgman ***@***.***>:
… also don't lie about the compressed folder format. what you uploaded is
not a zip file. it is a 7z file.
Playit.gg.zip: 7-zip archive data, version 0.4
—
Reply to this email directly, view it on GitHub
<#2430 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARGJKSSINCTIGENT5NKIKY3XV7AFPANCNFSM6AAAAAA3V2YAKY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
thats where you are wrong. 7z and zip are totally different archival formats and are not compatible with one another. by renaming it to an incompatible format you did break the archive. it cannot be extracted by the |
A zipfile was found in the body of your issue.
#!/bin/bash
#Be sure to use the "error" function - it will display a message if a command fails to run. Example below:
curl -SsL https://playit-cloud.github.io/ppa/key.gpg | sudo apt-key add - || error 'Faild to install keys!'
sudo curl -SsL -o /etc/apt/sources.list.d/playit-cloud.list https://playit-cloud.github.io/ppa/playit-cloud.list
sudo apt update
sudo apt install playit
#!/bin/bash
#Allow packages required by this app to be uninstalled
sudo apt remove playit || exit 1
|
closing as stale as changes were requested over two weeks ago. This issue can be re-opened if changes are implemented. |
What is the name of the app?
Playit.gg
(Optional) Where is the app hosted?
Playit.gg
About the app
playit.gg is a networking service that make it possible to host game servers at home that anyone across the world can join. We do this through our custom tunneling software. When you launch the playit program, the program will connect to our Anycast Network and assign you a static IP and port. You can then share your static IP and port with friends. When they connect, their connection information will go to the nearest tunnel server and be tunneled to the playit program running on your computer. By tunneling the connection, your friend is able to connect to the server running within your network.
Upload file or Add PR Link
edit: gman re-upload as a zip
Playit.zip
Confirmations
The text was updated successfully, but these errors were encountered: