Skip to content

Commit

Permalink
fix app build
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Dec 16, 2023
1 parent 6b76f7a commit 5cd96fa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions include/jx-af/make/app_targets
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test_snap:
check_version:
@echo -n "local: "; cat release/VERSION; echo
@echo -n "released: "
@curl https://${FORGE_NAME}.sourceforge.net/VERSION; echo
@curl -L https://${FORGE_NAME}.sourceforge.net/VERSION; echo

#
# Core dumps on macOS
Expand Down Expand Up @@ -126,7 +126,7 @@ uninstall::
.PHONY : strings
strings:
ifneq (${J_STRING_FILES},)
@${RM} ${MENU_STRING_FILE} strings/version
@${RM} strings/version
@echo -e '0\nVERSION "${APP_VERSION}"' > strings/version
compile_jstrings ${J_STRING_FILES} \
--code kDefaultStringData ./code/stringData.h
Expand Down Expand Up @@ -162,10 +162,6 @@ release: _pre_build_pkgs default
@ln -s -t ${PKG_PATH}/ \
../release/pkg/desktop
endif
@if [[ -f ${MENU_STRING_FILE} ]]; then \
cp ${MENU_STRING_FILE} ${PKG_PATH}; \
${RM} ${MENU_STRING_FILE}; \
fi
@${MAKE} init_tarball_extra

@${TAR} -chf ${SOURCE_TAR_NAME} ${PKG_PATH}
Expand Down

0 comments on commit 5cd96fa

Please sign in to comment.