diff options
| author | David Chavez <david@dcvz.io> | 2022-08-09 00:02:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-09 00:02:35 +0200 |
| commit | 9b33827d0226955315b8e380f8cc6092b9d78a13 (patch) | |
| tree | f171668601f20b0021affef36f581373e7682d99 /scripts/linux | |
| parent | 9afbe4272088570d57e70337d292c02323096535 (diff) | |
[ci] Share Generated Assets Across All Platforms (#1074)
Diffstat (limited to 'scripts/linux')
| -rwxr-xr-x | scripts/linux/appimage/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/linux/appimage/build.sh b/scripts/linux/appimage/build.sh index bad6b00c5..86f46fb90 100755 --- a/scripts/linux/appimage/build.sh +++ b/scripts/linux/appimage/build.sh @@ -1,7 +1,6 @@ #!/bin/bash cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -cmake --build build-cmake --target ExtractAssets -- cmake --build build-cmake --config Release -- (cd build-cmake && cpack -G External) |
