You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
中的 date -u +"%Y-%m-%dT%H:%M:%SZ",这一行命令在我的 Arch 上输出 2021-06-30T13:00:00Z,更改为 date -u +"%Y-%m-%d_%T_%Z" 输出 2021-06-30_13:00:00_UTC
我不知道没加 % 的 T 与 Z 是不是有意为之,如果是可以忽略
v2ray-exporter/Makefile
Line 7 in 74f4fbb
date -u +"%Y-%m-%dT%H:%M:%SZ"
,这一行命令在我的 Arch 上输出2021-06-30T13:00:00Z
,更改为date -u +"%Y-%m-%d_%T_%Z"
输出2021-06-30_13:00:00_UTC
我不知道没加
%
的 T 与 Z 是不是有意为之,如果是可以忽略TAG 变量是从哪来的?
现在的 makefile 不是很适合用于发行版打包,我尝试打包这个软件时发现这个 makefile 编译了打包时不需要的东西(例:其他平台的二进制,为了一次性编译多个平台二进制的 gox),希望可以调整一下 makefile,对发行版打包能更加友好一些
额外(广告嫌疑):v2ray-exporter aurThe text was updated successfully, but these errors were encountered: