Skip to content

Commit

Permalink
Fix appimage php (#246)
Browse files Browse the repository at this point in the history
Prabhu Subramanian authored Nov 18, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2641284 commit 3cf3899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage-builder.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ script:
- mv AppDir/usr/bin/scan AppDir/usr/bin/depscan
- chmod +x AppDir/usr/src/appimage-reqs.sh && AppDir/usr/src/appimage-reqs.sh AppDir
- npm install --only=production --no-save --prefix AppDir/usr/local/lib yarn @appthreat/cdxgen @microsoft/rush
- mkdir -p AppDir/opt/phpsast && cd AppDir/opt/phpsast && composer init --quiet && composer require --quiet --no-cache --dev vimeo/psalm
- mkdir -p AppDir/opt/phpsast && cd AppDir/opt/phpsast && composer init --name shiftleft/scan --description scan --quiet && composer require --quiet --no-cache -n --no-ansi --dev vimeo/psalm:^4.1
- cd AppDir/opt/phpsast && composer require --quiet --no-cache --dev phpstan/phpstan

AppDir:

0 comments on commit 3cf3899

Please sign in to comment.