I created a Minetest Laucher!

Post Reply
sermowDev
Member
Posts: 10
Joined: Wed Jul 19, 2023 00:35
In-game: sermow

I created a Minetest Laucher!

by sermowDev » Post

I created a Minetest Launcher that launches Minetest appimages, I did want to release it now but I need to work on it more. There was a link here but I have removed it because it wasnt thought out by me. I will be releasing it later when it is better.

Sorry for the inconvenience
Last edited by sermowDev on Mon Sep 18, 2023 21:25, edited 1 time in total.

User avatar
Natureshadow
Member
Posts: 10
Joined: Sun Sep 08, 2013 19:24

Re: I created a Minetest Laucher!

by Natureshadow » Post

PSA: Please do not run fishy third-party binaries someone dumped on GitHub (or elsewhere).

This repository looks extraordinarily suspicious, with just some huge blobs, and not a single line of source code or meaningful source code history.

User avatar
MCL
Member
Posts: 644
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Location: The EUSSR has no future
Contact:

Re: I created a Minetest Laucher!

by MCL » Post

Natureshadow wrote:
Sun Sep 17, 2023 20:24
PSA: Please do not run fishy third-party binaries someone dumped on GitHub (or elsewhere).

This repository looks extraordinarily suspicious, with just some huge blobs, and not a single line of source code or meaningful source code history.
Hmm, I wonder what 'PSA' could stand for...

Pounds per square acre, maybe?
The UK just passed a fascist CENSORSHIP law!

User avatar
Nininik
Member
Posts: 171
Joined: Thu Apr 06, 2023 01:55
GitHub: nininik0
IRC: nininik
In-game: nininik
Location: Team thunderstrike headquarters

Re: I created a Minetest Laucher!

by Nininik » Post

Maybe protest specific antigen?
↯Glory to team thunderstrike!↯
↯ ↯

User avatar
Nininik
Member
Posts: 171
Joined: Thu Apr 06, 2023 01:55
GitHub: nininik0
IRC: nininik
In-game: nininik
Location: Team thunderstrike headquarters

Re: I created a Minetest Laucher!

by Nininik » Post

Natureshadow wrote:
Sun Sep 17, 2023 20:24
PSA: Please do not run fishy third-party binaries someone dumped on GitHub (or elsewhere).

This repository looks extraordinarily suspicious, with just some huge blobs, and not a single line of source code or meaningful source code history.
Chill he's trying his best
↯Glory to team thunderstrike!↯
↯ ↯

User avatar
Blockhead
Member
Posts: 1257
Joined: Wed Jul 17, 2019 10:14
GitHub: Montandalar
IRC: Blockhead256
In-game: Blockhead Blockhead256
Location: Land Down Under
Contact:

Re: I created a Minetest Laucher!

by Blockhead » Post

Some more details from OP would help allay fears, and some better git practices are in order. Big binary files like AppImages shouldn't normally go inside git, but rather be built with a script and published some place like GitHub releases.

sermowDev: Did you build these AppImages yourself, or are they sourced from somewhere else? If you made them yourself, are they made with reproducible builds so we can generate a hash-match of them, or do you at least have build scripts? If they're 3rd-party is there a hash (sha256 etc) available from the original source that we can verify them against?
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂

User avatar
cx384
Member
Posts: 609
Joined: Wed Apr 23, 2014 09:38
GitHub: cx384
IRC: cx384

Re: I created a Minetest Laucher!

by cx384 » Post

MCL wrote:
Mon Sep 18, 2023 00:27
Natureshadow wrote:
Sun Sep 17, 2023 20:24
PSA: Please do not run fishy third-party binaries someone dumped on GitHub (or elsewhere).

This repository looks extraordinarily suspicious, with just some huge blobs, and not a single line of source code or meaningful source code history.
Hmm, I wonder what 'PSA' could stand for...

Pounds per square acre, maybe?
Most likely Public service announcement
Can your read this?

User avatar
Mantar
Member
Posts: 506
Joined: Thu Oct 05, 2017 18:46
Contact:

Re: I created a Minetest Laucher!

by Mantar » Post

Nininik wrote:
Mon Sep 18, 2023 01:08
Chill he's trying his best
He's got six posts to his name and is trying to get people to download a mysterious binary blob. The trouble is that he could very well be your proverbial Russian Hacker Guy, who is "trying his best" to steal your personal information.

"Cool Minecraft Launcher! Download Now!" is a good way to get your machine infected. With Minetest getting a bigger profile lately, we're liable to see it here too.
Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile

sermowDev
Member
Posts: 10
Joined: Wed Jul 19, 2023 00:35
In-game: sermow

Re: I created a Minetest Laucher!

by sermowDev » Post

Sorry About this I just realized I had not posted the source code
Sorry for all people who were confused.

sermowDev
Member
Posts: 10
Joined: Wed Jul 19, 2023 00:35
In-game: sermow

Re: I created a Minetest Laucher!

by sermowDev » Post

Sorry for the suspicion i may just delete the repo myself and start fresh. This is my first time using github and I didnt know how it worked very well. If I could get help on that, it would be great. Thanks.
Also for some reason there are 2 source code zip packages in the v1.0.0 release I dont know how those got there, they are just readme files i dont know why.
As you can see I know almost nothing about github.

sermowDev
Member
Posts: 10
Joined: Wed Jul 19, 2023 00:35
In-game: sermow

Re: I created a Minetest Laucher!

by sermowDev » Post

Blockhead wrote:
Mon Sep 18, 2023 05:49
Some more details from OP would help allay fears, and some better git practices are in order. Big binary files like AppImages shouldn't normally go inside git, but rather be built with a script and published some place like GitHub releases.

sermowDev: Did you build these AppImages yourself, or are they sourced from somewhere else? If you made them yourself, are they made with reproducible builds so we can generate a hash-match of them, or do you at least have build scripts? If they're 3rd-party is there a hash (sha256 etc) available from the original source that we can verify them against?
Yes the binary file was built by me using the python module Pyinstaller, I made the appimage from a appimage tool that converts binary files to appimage files.

User avatar
MCL
Member
Posts: 644
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Location: The EUSSR has no future
Contact:

Re: I created a Minetest Laucher!

by MCL » Post

cx384 wrote:
Mon Sep 18, 2023 10:52
MCL wrote:
Mon Sep 18, 2023 00:27
Natureshadow wrote:
Sun Sep 17, 2023 20:24
PSA: Please do not run fishy third-party binaries someone dumped on GitHub (or elsewhere).

This repository looks extraordinarily suspicious, with just some huge blobs, and not a single line of source code or meaningful source code history.
Hmm, I wonder what 'PSA' could stand for...

Pounds per square acre, maybe?
Most likely Public service announcement
I was joking hahah
The UK just passed a fascist CENSORSHIP law!

sermowDev
Member
Posts: 10
Joined: Wed Jul 19, 2023 00:35
In-game: sermow

Re: I created a Minetest Laucher!

by sermowDev » Post

Upon furthur thinking I have decided to remove the repo. I think this is a cool concept, just horribly executed by me. I understand all suspicion, before I do this again I will know more about git. Also if anybody wants to give tips that would be great. Sorry for the inconvenience, this is my first project.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 7 guests