Hello everyone.
I'm a beginner Developer, living at Sapporo City, Hokkaido, Japan.
I am using Raspberry Pi OS 64bit on a Raspberry Pi 400. Lazarus 4.0RC1 and fpc3.2.3.
My inquiry is not about installing Lazarus but rather about creating an installer for an executable file. I am not very familiar with Linux, and I want to learn more.
----------
SHORTCUT.Desktop
[Desktop Entry]
Name=ICON-NAME
Terminal=false #true/false
Exec=/home/{USERNAME}/hoge/test001 -disableaccurateframe
#Icon=/usr/share/icons/Humanity/apps/64/access.svg
Type=Application
----------
First, I understand that an executable file created with Lazarus operates as a standalone file without requiring libraries, similar to Delphi. This should make the .deb file quite straightforward, but could you teach me from the beginning? I would like to add the "-disableaccurateframe" option to the executable file, and I am considering both creating a .deb file and using a script. Thank you for your assistance.
Regard,
Thank you.
Translation by Microsoft Copilot.
atell.