Skip to content

Commit

Permalink
Reason:
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Marmsoler committed Jun 13, 2023
1 parent afc455c commit bbdab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- git submodule update --init --recursive
- mkdir build
- cd build
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DDEBUG_OUTPUT=OFF
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DDEBUG_OUTPUT=OFF ..
- make DESTDIR="$TARGET_APPDIR" install

AppDir:
Expand Down

0 comments on commit bbdab04

Please sign in to comment.