Add ATLauncher
This commit is contained in:
parent
1f80b683f2
commit
a1b353a803
2 changed files with 25 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
export PATH="$PATH:$(pwd)/depot_tools"
|
||||
pushd skia
|
||||
|
||||
git clean -xfd
|
||||
git reset --hard
|
||||
|
||||
python tools/git-sync-deps
|
||||
gn gen out/Release-x64 --args="is_debug=false is_official_build=true skia_use_system_expat=false skia_use_system_icu=false skia_use_system_libjpeg_turbo=false skia_use_system_libpng=false skia_use_system_libwebp=false skia_use_system_zlib=false skia_use_sfntly=false skia_use_freetype=true skia_use_harfbuzz=true skia_pdf_subset_harfbuzz=true skia_use_system_freetype2=false skia_use_system_harfbuzz=false"
|
||||
ninja -C out/Release-x64 skia modules
|
||||
|
@ -12,10 +15,15 @@ popd
|
|||
|
||||
pushd aseprite
|
||||
|
||||
git clean -xfd
|
||||
git reset --hard
|
||||
|
||||
rm -rf build
|
||||
mkdir build
|
||||
pushd build
|
||||
|
||||
cmake -G Ninja -DLAF_BACKEND=skia -DSKIA_DIR=../../skia -DSKIA_LIBRARY_DIR=../../skia/out/Release-x64 -DSKIA_LIBRARY=../../skia/out/Release-x64/libskia.a ..
|
||||
|
||||
ninja aseprite
|
||||
|
||||
popd
|
||||
|
|
17
Linux Desktop Files/ATLauncher.desktop
Executable file
17
Linux Desktop Files/ATLauncher.desktop
Executable file
|
@ -0,0 +1,17 @@
|
|||
[Desktop Entry]
|
||||
Comment[en_US]=
|
||||
Comment=
|
||||
Exec=/media/tara/Data/DevEnv/Minecraft/ATLauncher/build/scripts/ATLauncher
|
||||
GenericName[en_US]=
|
||||
GenericName=
|
||||
Icon=atlauncher
|
||||
MimeType=
|
||||
Name[en_US]=ATLauncher
|
||||
Name=ATLauncher
|
||||
Path=
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=
|
Loading…
Add table
Add a link
Reference in a new issue